diff options
Diffstat (limited to 'include/cru/ui/controls/StackLayout.hpp')
-rw-r--r-- | include/cru/ui/controls/StackLayout.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/ui/controls/StackLayout.hpp b/include/cru/ui/controls/StackLayout.hpp index 6128f4ef..657cadc6 100644 --- a/include/cru/ui/controls/StackLayout.hpp +++ b/include/cru/ui/controls/StackLayout.hpp @@ -2,7 +2,7 @@ #include "LayoutControl.hpp" namespace cru::ui::controls { -class StackLayout : public LayoutControl { +class CRU_UI_API StackLayout : public LayoutControl { public: static constexpr StringView control_type = u"StackLayout"; |