From 80d9cbb9fcf605ea1a094f70c0837d2eaf98bf1f Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 10 Oct 2006 07:17:02 +0000 Subject: [PATCH] DANGER: pascal compilers ahead svn path=/trunk/playground/graphics/okular/; revision=594114 --- core/sound.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/sound.cpp b/core/sound.cpp index c4fbc555b..4258dc787 100644 --- a/core/sound.cpp +++ b/core/sound.cpp @@ -51,7 +51,7 @@ QString Sound::url() const QByteArray Sound::data() const { return m_type == Sound::Embedded ? m_data.toByteArray() : QByteArray(); -}; +} double Sound::samplingRate() const {