aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
Diffstat (limited to 'backends')
-rw-r--r--backends/dc/dcmain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/dc/dcmain.cpp b/backends/dc/dcmain.cpp
index 7e83b1c282..e0114673c8 100644
--- a/backends/dc/dcmain.cpp
+++ b/backends/dc/dcmain.cpp
@@ -134,7 +134,7 @@ void OSystem_Dreamcast::create_thread(ThreadProc *proc, void *param) {
/* Mutex handling */
-Mutex* OSystem_Dreamcast::create_mutex()
+OSystem::MutexRef OSystem_Dreamcast::create_mutex()
{
return NULL;
}