Fixed compilation error on Mac.

svn-id: r49600
This commit is contained in:
Alejandro Marzini 2010-06-11 23:04:57 +00:00
parent e81fb60d34
commit b49814f274
2 changed files with 3 additions and 3 deletions

View file

@ -147,7 +147,7 @@ protected:
void mixerProducerThread();
static int SDLCALL mixerProducerThreadEntry(void *arg);
void initThreadedMixer(Audio::MixerImpl *mixer, uint bufSize);
void initThreadedMixer(Audio::Mixer *mixer, uint bufSize);
void deinitThreadedMixer();
#endif