From 67dd012c0f49898f1734c46d3bb264f59d056a8e Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 17 Jan 2022 22:55:09 +0800 Subject: ... --- include/cru/ui/helper/ClickDetector.hpp | 2 +- include/cru/ui/helper/ShortcutHub.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'include/cru/ui/helper') diff --git a/include/cru/ui/helper/ClickDetector.hpp b/include/cru/ui/helper/ClickDetector.hpp index b58297b1..fd80a953 100644 --- a/include/cru/ui/helper/ClickDetector.hpp +++ b/include/cru/ui/helper/ClickDetector.hpp @@ -2,7 +2,7 @@ #include "../controls/Control.hpp" namespace cru::ui::helper { -class ClickEventArgs : Object { +class CRU_UI_API ClickEventArgs : Object { public: ClickEventArgs(controls::Control* sender, const Point& down_point, const Point& up_point, MouseButton button) 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 handler; }; -class ShortcutHub : public Object { +class CRU_UI_API ShortcutHub : public Object { public: ShortcutHub() = default; -- cgit v1.2.3