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/SingleChildControl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/cru/ui/controls/SingleChildControl.h') diff --git a/include/cru/ui/controls/SingleChildControl.h b/include/cru/ui/controls/SingleChildControl.h index d40d7a27..6bf150c0 100644 --- a/include/cru/ui/controls/SingleChildControl.h +++ b/include/cru/ui/controls/SingleChildControl.h @@ -3,7 +3,7 @@ namespace cru::ui::controls { template -class CRU_UI_API SingleChildControl : public Control { +class SingleChildControl : public Control { protected: SingleChildControl() : container_render_object_(new TRenderObject()) { container_render_object_->SetAttachedControl(this); -- cgit v1.2.3