Fixed compilation error on Mac.
svn-id: r49600
This commit is contained in:
parent
e81fb60d34
commit
b49814f274
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue