diff options
Diffstat (limited to 'include/cru/ui/controls/RootControl.hpp')
-rw-r--r-- | include/cru/ui/controls/RootControl.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/ui/controls/RootControl.hpp b/include/cru/ui/controls/RootControl.hpp index c3f3da9f..f70f2eeb 100644 --- a/include/cru/ui/controls/RootControl.hpp +++ b/include/cru/ui/controls/RootControl.hpp @@ -9,7 +9,7 @@ #include "cru/ui/host/WindowHost.hpp" namespace cru::ui::controls { -class RootControl : public LayoutControl { +class CRU_UI_API RootControl : public LayoutControl { protected: explicit RootControl(Control* attached_control); |