diff options
Diffstat (limited to 'Swiften/EventLoop/BoostASIOEventLoop.h')
-rw-r--r-- | Swiften/EventLoop/BoostASIOEventLoop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/EventLoop/BoostASIOEventLoop.h b/Swiften/EventLoop/BoostASIOEventLoop.h index 3f74a60..fbdf443 100644 --- a/Swiften/EventLoop/BoostASIOEventLoop.h +++ b/Swiften/EventLoop/BoostASIOEventLoop.h @@ -29,7 +29,7 @@ namespace Swift { private: std::shared_ptr<boost::asio::io_service> ioService_; - bool isEventInASIOEventLoop_; + bool isEventInASIOEventLoop_ = false; std::recursive_mutex isEventInASIOEventLoopMutex_; }; } |