From 5ab59a695c636276cee2ce4cd98e7e1a29c608fe Mon Sep 17 00:00:00 2001 From: Marcus Comstedt Date: Sun, 6 Jul 2003 14:46:12 +0000 Subject: Fixed parse error. svn-id: r8802 --- backends/dc/dcmain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends') diff --git a/backends/dc/dcmain.cpp b/backends/dc/dcmain.cpp index 49ffce2822..7e83b1c282 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 */ -MutexRef OSystem_Dreamcast::create_mutex() +Mutex* OSystem_Dreamcast::create_mutex() { return NULL; } -- cgit v1.2.3