diff options
Diffstat (limited to 'src/ui/controls/NoChildControl.cpp')
-rw-r--r-- | src/ui/controls/NoChildControl.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/controls/NoChildControl.cpp b/src/ui/controls/NoChildControl.cpp index 4a9002ed..382a5d18 100644 --- a/src/ui/controls/NoChildControl.cpp +++ b/src/ui/controls/NoChildControl.cpp @@ -5,4 +5,6 @@ void NoChildControl::ForEachChild( const std::function<void(Control*)>& callback) { CRU_UNUSED(callback); } + +void NoChildControl::RemoveChild(Control* child) { CRU_UNUSED(child); } } // namespace cru::ui::controls |