aboutsummaryrefslogtreecommitdiff
path: root/include/cru/common/HandlerRegistry.hpp
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-09-15 16:06:43 +0800
committercrupest <crupest@outlook.com>2021-09-15 16:06:43 +0800
commitd6cd1c46889e94b325244e5ba5ccea97cc856952 (patch)
treeb8090c03c86b2b1f47dc37abb91636494e884f1f /include/cru/common/HandlerRegistry.hpp
parent93c9b3738c0a9dfc12f456e53fcaa098296a9d6a (diff)
downloadcru-d6cd1c46889e94b325244e5ba5ccea97cc856952.tar.gz
cru-d6cd1c46889e94b325244e5ba5ccea97cc856952.tar.bz2
cru-d6cd1c46889e94b325244e5ba5ccea97cc856952.zip
...
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: