aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2003-07-05 15:20:16 +0000
committerMax Horn2003-07-05 15:20:16 +0000
commit8a7d540687abdc9a4d431612318bbe43ea0424c8 (patch)
tree1bfe684c72c4b4d46aa2ddf7e0472bf1eac39823
parentd098334fe651616afa8b5314bcf580ae835185b2 (diff)
downloadscummvm-rg350-8a7d540687abdc9a4d431612318bbe43ea0424c8.tar.gz
scummvm-rg350-8a7d540687abdc9a4d431612318bbe43ea0424c8.tar.bz2
scummvm-rg350-8a7d540687abdc9a4d431612318bbe43ea0424c8.zip
enforce use of type MutexRef
svn-id: r8778
-rw-r--r--common/system.h2
1 files changed, 1 insertions, 1 deletions
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);