diff options
Diffstat (limited to 'include/cru/ui/helper/ShortcutHub.hpp')
-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 be5347ef..c7054786 100644 --- a/include/cru/ui/helper/ShortcutHub.hpp +++ b/include/cru/ui/helper/ShortcutHub.hpp @@ -96,7 +96,7 @@ struct ShortcutInfo { std::function<bool()> handler; }; -class ShortcutHub : public Object { +class CRU_UI_API ShortcutHub : public Object { public: ShortcutHub() = default; |