From 6b4edc9be8ec556147c195cf2047d92b9439efd7 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Tue, 18 Nov 2025 00:46:27 +0800 Subject: Bring back ControlHost and refactor tree management of control. --- include/cru/ui/Base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/cru/ui/Base.h') diff --git a/include/cru/ui/Base.h b/include/cru/ui/Base.h index 9e24cfa2..06dd23c2 100644 --- a/include/cru/ui/Base.h +++ b/include/cru/ui/Base.h @@ -35,7 +35,7 @@ namespace colors = cru::platform::colors; namespace controls { class Control; -class Window; +class ControlHost; } // namespace controls //-------------------- region: basic types -------------------- -- cgit v1.2.3