diff options
Diffstat (limited to 'include/cru/ui/controls/ContentControl.hpp')
-rw-r--r-- | include/cru/ui/controls/ContentControl.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/ui/controls/ContentControl.hpp b/include/cru/ui/controls/ContentControl.hpp index 1bdaf7e4..7b40de64 100644 --- a/include/cru/ui/controls/ContentControl.hpp +++ b/include/cru/ui/controls/ContentControl.hpp @@ -4,7 +4,7 @@ #include "cru/ui/render/RenderObject.hpp" namespace cru::ui::controls { -class ContentControl : public Control { +class CRU_UI_API ContentControl : public Control { protected: ContentControl() = default; |