diff options
Diffstat (limited to 'include/cru')
-rw-r--r-- | include/cru/ui/helper/ShortcutHub.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<ShortcutKeyBind, std::vector<ShortcutInfo>> map_; - const std::vector<ShortcutInfo> empty_list_; + std::vector<ShortcutInfo> empty_list_; int current_id_ = 1; |