diff options
Diffstat (limited to 'src/modules/snd/libkvisnd.cpp')
| -rw-r--r-- | src/modules/snd/libkvisnd.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/snd/libkvisnd.cpp b/src/modules/snd/libkvisnd.cpp index 0fad1f912..ab170402e 100644 --- a/src/modules/snd/libkvisnd.cpp +++ b/src/modules/snd/libkvisnd.cpp @@ -300,7 +300,7 @@ void KviSoundPlayer::cleanupPhonon() sndPlaySound(szFileName.toLocal8Bit().data(),SND_ASYNC | SND_NODEFAULT); return true; } - + void KviSoundPlayer::cleanupWinmm() { // FIXME: how to stop playing on windows ? @@ -319,7 +319,7 @@ void KviSoundPlayer::cleanupPhonon() } return true; } - + void KviSoundPlayer::cleanupOssAudiofile() { } |
