summaryrefslogtreecommitdiff
path: root/src/3rdparty
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2011-02-01 11:15:55 +0100
committeraxis <qt-info@nokia.com>2011-02-04 14:40:30 +0100
commit1c15dab336bd1806ff0762a0f4c92c0d83da6d8a (patch)
treeefd60c7b769de7945a0d103997cbfb5ab59f3073 /src/3rdparty
parentc6c647c22efaa9d101324920da81b891becb1cf1 (diff)
downloadqt4-tools-1c15dab336bd1806ff0762a0f4c92c0d83da6d8a.tar.gz
Fixed "not a valid preprocessing token" on GCCE.
It seems to be fixed upstream already. RevBy: Gareth Stockwell
Diffstat (limited to 'src/3rdparty')
-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 70adcf644f..517a3345dc 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)); \