diff options
Diffstat (limited to 'include/cru/ui/helper/ClickDetector.hpp')
-rw-r--r-- | include/cru/ui/helper/ClickDetector.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) |