diff options
Diffstat (limited to 'src/threading/event.cpp')
-rw-r--r-- | src/threading/event.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/threading/event.cpp b/src/threading/event.cpp index fd345fb8b..885e732c8 100644 --- a/src/threading/event.cpp +++ b/src/threading/event.cpp @@ -35,6 +35,7 @@ void Event::wait() notified = false; } + void Event::signal() { MutexAutoLock lock(mutex); |