diff options
author | Lioncash <mathew1800@gmail.com> | 2014-11-18 08:27:16 -0500 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2014-11-18 08:27:16 -0500 |
commit | 1a8f466217f5dddc7343faa68c5c3f0370b79ef3 (patch) | |
tree | c6a292e938eba90c8b92f32d42f90c5905f63d7f /src/common/thread.h | |
parent | 745b0219c5dae25d65f18ef13fd5dfd9ca23b671 (diff) |
Remove extraneous semicolons
Diffstat (limited to 'src/common/thread.h')
-rw-r--r-- | src/common/thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/thread.h b/src/common/thread.h index f7ace21b4..5e7bc1f9c 100644 --- a/src/common/thread.h +++ b/src/common/thread.h @@ -36,7 +36,7 @@ class Event public: Event() : is_set(false) - {}; + {} void Set() { |