From 3d3290a60d328b6d2a6d3fc4d8d7483583ed13aa Mon Sep 17 00:00:00 2001 From: crupest Date: Fri, 13 Dec 2019 22:25:29 +0800 Subject: ... --- src/ui/content_control.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/ui/content_control.cpp') diff --git a/src/ui/content_control.cpp b/src/ui/content_control.cpp index 6383a10e..5bc8eda4 100644 --- a/src/ui/content_control.cpp +++ b/src/ui/content_control.cpp @@ -28,5 +28,8 @@ void ContentControl::SetChild(Control* child) { OnChildChanged(old_child, child); } -void ContentControl::OnChildChanged(Control* old_child, Control* new_child) {} +void ContentControl::OnChildChanged(Control* old_child, Control* new_child) { + CRU_UNUSED(old_child) + CRU_UNUSED(new_child) +} } // namespace cru::ui -- cgit v1.2.3