summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--source/cEvent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/cEvent.h b/source/cEvent.h
index 13a6a71f7..11b9d7098 100644
--- a/source/cEvent.h
+++ b/source/cEvent.h
@@ -31,6 +31,7 @@ private:
HANDLE m_Event;
#else
sem_t * m_Event;
+ bool m_bIsNamed;
#endif
} ;