diff --git a/include/EventManager/Event.hpp b/include/EventManager/Event.hpp index 4178c62..2c4998c 100644 --- a/include/EventManager/Event.hpp +++ b/include/EventManager/Event.hpp @@ -42,7 +42,7 @@ std::uint64_t responseId_; /// identifies if this event is a response to another event - std::atomic isResponse_; + bool isResponse_; /// emitter of the event std::shared_ptr emitter_;