diff options
Diffstat (limited to 'include/cru/ui/controls/Popup.hpp')
-rw-r--r-- | include/cru/ui/controls/Popup.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/ui/controls/Popup.hpp b/include/cru/ui/controls/Popup.hpp index 2e40bb5b..4076e45b 100644 --- a/include/cru/ui/controls/Popup.hpp +++ b/include/cru/ui/controls/Popup.hpp @@ -6,7 +6,7 @@ #include <memory> namespace cru::ui::controls { -class Popup : public RootControl { +class CRU_UI_API Popup : public RootControl { public: static constexpr StringView kControlType = u"Popup"; |