bugfix for vc++ compiling

This commit is contained in:
Mark Vejvoda
2013-06-22 04:32:22 +00:00
parent af91eb8b4e
commit 67bf5ebc1b
4 changed files with 128 additions and 113 deletions

View File

@@ -58,7 +58,8 @@ public:
private:
SDL_Thread* thread;
std::auto_ptr<Mutex> mutexthreadAccessor;
//std::auto_ptr<Mutex> mutexthreadAccessor;
Mutex *mutexthreadAccessor;
bool threadObjectValid();
bool deleteAfterExecute;