summaryrefslogtreecommitdiff
path: root/src/threading/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/threading/event.h')
-rw-r--r--src/threading/event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/threading/event.h b/src/threading/event.h
index 43f2b04be..dd5164576 100644
--- a/src/threading/event.h
+++ b/src/threading/event.h
@@ -48,8 +48,8 @@ DEALINGS IN THE SOFTWARE.
*/
class Event {
public:
-#if __cplusplus < 201103L
Event();
+#if __cplusplus < 201103L
~Event();
#endif
void wait();