From 28d7016c32b39656dafa0936cfedb02159f9e7cd Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 10 Feb 2022 20:40:56 +0800 Subject: ... --- include/cru/ui/controls/LayoutControl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/cru/ui/controls/LayoutControl.h') 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 -class CRU_UI_API LayoutControl : public Control { +class LayoutControl : public Control { protected: LayoutControl() : container_render_object_(new TRenderObject()) { container_render_object_->SetAttachedControl(this); -- cgit v1.2.3