FIX: removed unnecessary atomic

This commit is contained in:
Dominik Meyer 2024-01-16 12:27:12 +01:00
parent 22ff983817
commit 0198266526
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97
1 changed files with 1 additions and 1 deletions

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_;