From 1a8f466217f5dddc7343faa68c5c3f0370b79ef3 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Tue, 18 Nov 2014 08:27:16 -0500 Subject: Remove extraneous semicolons --- src/common/thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/thread.h') 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() { -- cgit v1.2.3