diff options
Diffstat (limited to 'include/cru/ui/controls/LayoutControl.hpp')
-rw-r--r-- | include/cru/ui/controls/LayoutControl.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cru/ui/controls/LayoutControl.hpp b/include/cru/ui/controls/LayoutControl.hpp index 106dd94d..381df1df 100644 --- a/include/cru/ui/controls/LayoutControl.hpp +++ b/include/cru/ui/controls/LayoutControl.hpp @@ -18,6 +18,8 @@ class LayoutControl : public Control { using Control::AddChild; using Control::RemoveChild; + void ClearChildren(); + protected: // If container render object is not null. Render object of added or removed // child control will automatically sync to the container render object. |