aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl/sdl.h
diff options
context:
space:
mode:
authorAlejandro Marzini2010-06-11 23:04:57 +0000
committerAlejandro Marzini2010-06-11 23:04:57 +0000
commitb49814f274c5634324680567d4d1dfea1d23b698 (patch)
treeae72c369fa75d120566cc497e826d0231298312d /backends/platform/sdl/sdl.h
parente81fb60d34029c761c8b935ceaad3322f7b8bdee (diff)
downloadscummvm-rg350-b49814f274c5634324680567d4d1dfea1d23b698.tar.gz
scummvm-rg350-b49814f274c5634324680567d4d1dfea1d23b698.tar.bz2
scummvm-rg350-b49814f274c5634324680567d4d1dfea1d23b698.zip
Fixed compilation error on Mac.
svn-id: r49600
Diffstat (limited to 'backends/platform/sdl/sdl.h')
-rw-r--r--backends/platform/sdl/sdl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/sdl/sdl.h b/backends/platform/sdl/sdl.h
index 67ad339da7..9cd7da0b4f 100644
--- a/backends/platform/sdl/sdl.h
+++ b/backends/platform/sdl/sdl.h
@@ -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