From ab108a16415927d3f1eb03a7d0ac63c50a55ddbe Mon Sep 17 00:00:00 2001 From: crupest Date: Sun, 9 Jan 2022 17:41:27 +0000 Subject: ... --- include/cru/ui/helper/ShortcutHub.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/cru/ui/helper') diff --git a/include/cru/ui/helper/ShortcutHub.hpp b/include/cru/ui/helper/ShortcutHub.hpp index def024a8..be5347ef 100644 --- a/include/cru/ui/helper/ShortcutHub.hpp +++ b/include/cru/ui/helper/ShortcutHub.hpp @@ -131,7 +131,7 @@ class ShortcutHub : public Object { private: std::unordered_map> map_; - const std::vector empty_list_; + std::vector empty_list_; int current_id_ = 1; -- cgit v1.2.3