aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/controls/NoChildControl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/ui/controls/NoChildControl.hpp')
-rw-r--r--include/cru/ui/controls/NoChildControl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/ui/controls/NoChildControl.hpp b/include/cru/ui/controls/NoChildControl.hpp
index 562137f1..0c432532 100644
--- a/include/cru/ui/controls/NoChildControl.hpp
+++ b/include/cru/ui/controls/NoChildControl.hpp
@@ -2,7 +2,7 @@
#include "Control.hpp"
namespace cru::ui::controls {
-class NoChildControl : public Control {
+class CRU_UI_API NoChildControl : public Control {
protected:
NoChildControl() = default;