From abd12dd1b63d9e680bdc157fd5aa1fdb579e111e Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 28 Jan 2005 22:05:51 +0000 Subject: Use class Mutex instead of MutexRef svn-id: r16679 --- common/timer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/timer.h') diff --git a/common/timer.h b/common/timer.h index 6b3509f41c..d509402314 100644 --- a/common/timer.h +++ b/common/timer.h @@ -39,7 +39,7 @@ public: private: OSystem *_system; - Common::MutexRef _mutex; + Common::Mutex _mutex; void *_timerHandler; int32 _thisTime; int32 _lastTime; -- cgit v1.2.3