summaryrefslogtreecommitdiff
path: root/source/api_wrappers/linux/CSemaphore.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/api_wrappers/linux/CSemaphore.h')
-rw-r--r--source/api_wrappers/linux/CSemaphore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/api_wrappers/linux/CSemaphore.h b/source/api_wrappers/linux/CSemaphore.h
index 0abe5dd..3d68b63 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 */