mirror of
https://github.com/glest/glest-source.git
synced 2025-08-11 02:43:57 +02:00
bugfix for vc++ compiling
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user