diff options
Diffstat (limited to 'include/cru')
-rw-r--r-- | include/cru/common/Event2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/common/Event2.h b/include/cru/common/Event2.h index 7d7bda82..5677828a 100644 --- a/include/cru/common/Event2.h +++ b/include/cru/common/Event2.h @@ -188,7 +188,7 @@ template <typename TEvent2> void EventHandlerToken<TEvent2>::RevokeHandler() const { auto event = this->event_resolver_.Resolve(); if (event) { - event->RevokeHandler(this->token_value); + event->RevokeHandler(this->token_value_); } } } // namespace cru |