summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon/ds9/backend.h
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2009-08-26 09:26:53 (GMT)
committerThierry Bastian <thierry.bastian@nokia.com>2009-08-26 12:38:31 (GMT)
commita49d181c2700123a0c9af922c86b89914b402e9d (patch)
treeb5244ef834764d0ca0b59870e832dd294a8a54ba /src/3rdparty/phonon/ds9/backend.h
parente3742c782d71ded65f007d6bb4401504f8369ac6 (diff)
downloadQt-a49d181c2700123a0c9af922c86b89914b402e9d.zip
Qt-a49d181c2700123a0c9af922c86b89914b402e9d.tar.gz
Qt-a49d181c2700123a0c9af922c86b89914b402e9d.tar.bz2
Compile fix for mingw
Diffstat (limited to 'src/3rdparty/phonon/ds9/backend.h')
-rw-r--r--src/3rdparty/phonon/ds9/backend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/phonon/ds9/backend.h b/src/3rdparty/phonon/ds9/backend.h
index 9b2c2a2..8b020c2 100644
--- a/src/3rdparty/phonon/ds9/backend.h
+++ b/src/3rdparty/phonon/ds9/backend.h
@@ -64,7 +64,7 @@ namespace Phonon
Filter getAudioOutputFilter(int index) const;
- static QMutex *Backend::directShowMutex();
+ static QMutex *directShowMutex();
Q_SIGNALS:
void objectDescriptionChanged(ObjectDescriptionType);