aboutsummaryrefslogtreecommitdiff
path: root/sound/mixer.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/mixer.h')
-rw-r--r--sound/mixer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/mixer.h b/sound/mixer.h
index 16e94f3326..cc281c0458 100644
--- a/sound/mixer.h
+++ b/sound/mixer.h
@@ -54,7 +54,7 @@ private:
static void onGenerateSamples(void *s, byte *samples, int len);
OSystem *_syst;
- void *_mutex;
+ OSystem::MutexRef _mutex;
void *_premixParam;
PremixProc *_premixProc;