From c56bc4b01c913febd2f062f17aff63e3415eb26c Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Sat, 21 Sep 2013 20:44:16 +0200 Subject: Fixed Linux threading issues. --- source/OSSupport/IsThread.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source/OSSupport/IsThread.h') diff --git a/source/OSSupport/IsThread.h b/source/OSSupport/IsThread.h index 9b7f0b73e..2ea8bf6f9 100644 --- a/source/OSSupport/IsThread.h +++ b/source/OSSupport/IsThread.h @@ -48,7 +48,7 @@ public: /// Returns the OS-dependent thread ID for the caller's thread static unsigned long GetCurrentID(void); -private: +protected: AString m_ThreadName; #ifdef _WIN32 @@ -66,7 +66,6 @@ private: #else // _WIN32 pthread_t m_Handle; - bool m_HasStarted; static void * thrExecute(void * a_Param) { -- cgit v1.2.3