aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wii/osystem_sfx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/wii/osystem_sfx.cpp')
-rw-r--r--backends/platform/wii/osystem_sfx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/wii/osystem_sfx.cpp b/backends/platform/wii/osystem_sfx.cpp
index 445bb2ef52..ea7dc9e398 100644
--- a/backends/platform/wii/osystem_sfx.cpp
+++ b/backends/platform/wii/osystem_sfx.cpp
@@ -71,7 +71,7 @@ static void * sfx_thread_func(void *arg) {
}
void OSystem_Wii::initSfx() {
- _mixer = new Audio::MixerImpl(this, 48000);
+ _mixer = new Audio::MixerImpl(48000);
sfx_thread_running = false;
sfx_thread_quit = false;