summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2011-02-01 10:15:55 (GMT)
committeraxis <qt-info@nokia.com>2011-02-01 10:44:24 (GMT)
commit8c8d76ad7dc0d4fb8c95efb70245854f4f69cfc5 (patch)
tree4d954685ad7605e21a9940480754cd10d15cad13 /src
parent3f6da18e492a58d65feabdb2037b13d38ddf83bd (diff)
downloadQt-8c8d76ad7dc0d4fb8c95efb70245854f4f69cfc5.zip
Qt-8c8d76ad7dc0d4fb8c95efb70245854f4f69cfc5.tar.gz
Qt-8c8d76ad7dc0d4fb8c95efb70245854f4f69cfc5.tar.bz2
Fixed "not a valid preprocessing token" on GCCE.
It seems to be fixed upstream already. RevBy: Gareth Stockwell
Diffstat (limited to 'src')
-rw-r--r--src/3rdparty/phonon/mmf/abstractaudioeffect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/phonon/mmf/abstractaudioeffect.h b/src/3rdparty/phonon/mmf/abstractaudioeffect.h
index 70adcf6..517a334 100644
--- a/src/3rdparty/phonon/mmf/abstractaudioeffect.h
+++ b/src/3rdparty/phonon/mmf/abstractaudioeffect.h
@@ -124,7 +124,7 @@ private:
#define PHONON_MMF_DEFINE_EFFECT_FUNCTIONS(Effect) \
\
-void Effect##::createEffect(AudioPlayer::NativePlayer *player) \
+void Effect::createEffect(AudioPlayer::NativePlayer *player) \
{ \
C##Effect *ptr = 0; \
QT_TRAP_THROWING(ptr = C##Effect::NewL(*player)); \