aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/thread.h')
-rw-r--r--src/common/thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/thread.h b/src/common/thread.h
index f7ace21b..5e7bc1f9 100644
--- a/src/common/thread.h
+++ b/src/common/thread.h
@@ -36,7 +36,7 @@ class Event
public:
Event()
: is_set(false)
- {};
+ {}
void Set()
{