diff options
author | crupest <crupest@outlook.com> | 2022-02-10 20:40:56 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-02-10 20:40:56 +0800 |
commit | 28d7016c32b39656dafa0936cfedb02159f9e7cd (patch) | |
tree | 5d21eabd1487d26438eb12c888ffaa51b59bf25d /include/cru/ui/controls/SingleChildControl.h | |
parent | c1dbad5fdf0560983e6c832eddded6f610eae94e (diff) | |
download | cru-28d7016c32b39656dafa0936cfedb02159f9e7cd.tar.gz cru-28d7016c32b39656dafa0936cfedb02159f9e7cd.tar.bz2 cru-28d7016c32b39656dafa0936cfedb02159f9e7cd.zip |
...
Diffstat (limited to 'include/cru/ui/controls/SingleChildControl.h')
-rw-r--r-- | include/cru/ui/controls/SingleChildControl.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <typename TRenderObject> -class CRU_UI_API SingleChildControl : public Control { +class SingleChildControl : public Control { protected: SingleChildControl() : container_render_object_(new TRenderObject()) { container_render_object_->SetAttachedControl(this); |