X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?p=physics.git;a=blobdiff_plain;f=src%2Flocks%2FMutex.h;h=cac4d94fd54ca9cd14a4c563a594c62b8ae700ab;hp=fdba96168b426c6e5475ae13038c74de63de7203;hb=002fd13cf3966163e9a7b48ae43f4812661e1cc1;hpb=b6028c47c36e35bf32ab55ad0f55a061a5d7c012 diff --git a/src/locks/Mutex.h b/src/locks/Mutex.h index fdba961..cac4d94 100644 --- a/src/locks/Mutex.h +++ b/src/locks/Mutex.h @@ -43,7 +43,8 @@ private: const Mutex& operator ==(const Mutex&); private: - SDL_mutex* m_pSDL_mutex; + SDL_mutex* m_pSDL_mutex; + unsigned int m_uiThreadID; }; #endif // MUTEX_H