FIX: removed unnecessary atomic

This commit is contained in:
2024-01-16 12:27:12 +01:00
parent 22ff983817
commit 0198266526

View File

@@ -42,7 +42,7 @@
std::uint64_t responseId_;
/// identifies if this event is a response to another event
std::atomic<bool> isResponse_;
bool isResponse_;
/// emitter of the event
std::shared_ptr<EventManager::Participant> emitter_;