diff options
Diffstat (limited to 'source/api_wrappers/linux/CSemaphore.h')
-rw-r--r-- | source/api_wrappers/linux/CSemaphore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/api_wrappers/linux/CSemaphore.h b/source/api_wrappers/linux/CSemaphore.h index 24af4ad..0abe5dd 100644 --- a/source/api_wrappers/linux/CSemaphore.h +++ b/source/api_wrappers/linux/CSemaphore.h @@ -19,7 +19,7 @@ public: DWORD Wait(DWORD timeout = INFINITE); private: - sem_t m_semaphore; + sem_t* m_semaphore; }; #endif /* _CSEMAPHORE_H */ |