FIX: removed unnecessary atomic
This commit is contained in:
parent
22ff983817
commit
0198266526
@ -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_;
|
||||
|
Loading…
Reference in New Issue
Block a user