diff options
Diffstat (limited to 'src/OSSupport/Semaphore.h')
-rw-r--r-- | src/OSSupport/Semaphore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OSSupport/Semaphore.h b/src/OSSupport/Semaphore.h index fbe8907f1..ac574e8a1 100644 --- a/src/OSSupport/Semaphore.h +++ b/src/OSSupport/Semaphore.h @@ -9,7 +9,7 @@ public: void Wait(); void Signal(); private: - void* m_Handle; // HANDLE pointer + void* m_Handle; // HANDLE pointer #ifndef _WIN32 bool m_bNamed; |