aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/tizen/system.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/tizen/system.cpp')
-rw-r--r--backends/platform/tizen/system.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/tizen/system.cpp b/backends/platform/tizen/system.cpp
index 3eaa99e39b..23b07187bb 100644
--- a/backends/platform/tizen/system.cpp
+++ b/backends/platform/tizen/system.cpp
@@ -287,7 +287,7 @@ result TizenSystem::initModules() {
return E_OUT_OF_MEMORY;
}
- _mixer = _audioThread->Construct(this);
+ _mixer = _audioThread->Construct();
if (!_mixer) {
return E_OUT_OF_MEMORY;
}