aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/controls/LayoutControl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/ui/controls/LayoutControl.h')
-rw-r--r--include/cru/ui/controls/LayoutControl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/ui/controls/LayoutControl.h b/include/cru/ui/controls/LayoutControl.h
index 59ffaee2..2ea6ef67 100644
--- a/include/cru/ui/controls/LayoutControl.h
+++ b/include/cru/ui/controls/LayoutControl.h
@@ -3,7 +3,7 @@
namespace cru::ui::controls {
template <typename TRenderObject>
-class CRU_UI_API LayoutControl : public Control {
+class LayoutControl : public Control {
protected:
LayoutControl() : container_render_object_(new TRenderObject()) {
container_render_object_->SetAttachedControl(this);