From 7b155f111daf5d7ae477b16d0f0789b1113bea74 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 6 Jun 2012 00:04:33 +0300 Subject: Fix some issues after auto checking. --- src/utils/mutex.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/utils/mutex.h') diff --git a/src/utils/mutex.h b/src/utils/mutex.h index a97a8d3f8..61129b4a9 100644 --- a/src/utils/mutex.h +++ b/src/utils/mutex.h @@ -61,9 +61,9 @@ private: }; -inline Mutex::Mutex() +inline Mutex::Mutex() : + mMutex(SDL_CreateMutex()) { - mMutex = SDL_CreateMutex(); } inline Mutex::~Mutex() -- cgit v1.2.3-60-g2f50