summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/Semaphore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/OSSupport/Semaphore.h')
-rw-r--r--src/OSSupport/Semaphore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OSSupport/Semaphore.h b/src/OSSupport/Semaphore.h
index ac574e8a1..adc531ed8 100644
--- a/src/OSSupport/Semaphore.h
+++ b/src/OSSupport/Semaphore.h
@@ -3,7 +3,7 @@
class cSemaphore
{
public:
- cSemaphore( unsigned int a_MaxCount, unsigned int a_InitialCount = 0 );
+ cSemaphore( unsigned int a_MaxCount, unsigned int a_InitialCount = 0);
~cSemaphore();
void Wait();