From 8a7d540687abdc9a4d431612318bbe43ea0424c8 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 5 Jul 2003 15:20:16 +0000 Subject: enforce use of type MutexRef svn-id: r8778 --- common/system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/system.h b/common/system.h index 32e55e4879..ecf0d4c05c 100644 --- a/common/system.h +++ b/common/system.h @@ -38,7 +38,7 @@ */ class OSystem { public: - typedef void *MutexRef; + typedef struct Mutex *MutexRef; typedef int ThreadProc(void *param); typedef void SoundProc(void *param, byte *buf, int len); //typedef int TimerProc(int interval); -- cgit v1.2.3