aboutsummaryrefslogtreecommitdiff
path: root/include/cru/common/HandlerRegistry.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/common/HandlerRegistry.hpp')
-rw-r--r--include/cru/common/HandlerRegistry.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/common/HandlerRegistry.hpp b/include/cru/common/HandlerRegistry.hpp
index 0af97968..8049e74b 100644
--- a/include/cru/common/HandlerRegistry.hpp
+++ b/include/cru/common/HandlerRegistry.hpp
@@ -77,7 +77,7 @@ class HandlerRegistry final {
}
HandlerRegistryIterator<T> end() const {
- return HandlerRegistryIterator<T>(handler_list_.begin());
+ return HandlerRegistryIterator<T>(handler_list_.end());
}
private: