diff options
| author | Yuqian Yang <crupest@crupest.life> | 2025-11-16 17:14:20 +0800 |
|---|---|---|
| committer | Yuqian Yang <crupest@crupest.life> | 2025-11-16 17:14:20 +0800 |
| commit | 1ce8866e5b88da6cc4b7cd4d3440f7d70c7be5db (patch) | |
| tree | c43f76eb308ed59570e61ed647371cce5e68d32e /include/cru/ui/host/WindowHost.h | |
| parent | 1ef4651c4002eb3a155bcd36fed1e5b6b63b1c80 (diff) | |
| download | cru-1ce8866e5b88da6cc4b7cd4d3440f7d70c7be5db.tar.gz cru-1ce8866e5b88da6cc4b7cd4d3440f7d70c7be5db.tar.bz2 cru-1ce8866e5b88da6cc4b7cd4d3440f7d70c7be5db.zip | |
Remove SelfResolvable.
Diffstat (limited to 'include/cru/ui/host/WindowHost.h')
| -rw-r--r-- | include/cru/ui/host/WindowHost.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/ui/host/WindowHost.h b/include/cru/ui/host/WindowHost.h index 58fd120d..13b06b07 100644 --- a/include/cru/ui/host/WindowHost.h +++ b/include/cru/ui/host/WindowHost.h @@ -16,7 +16,7 @@ class LayoutPaintCycler; struct AfterLayoutEventArgs {}; // The bridge between control tree and native window. -class CRU_UI_API WindowHost : public Object, public SelfResolvable<WindowHost> { +class CRU_UI_API WindowHost : public Object { friend controls::Control; CRU_DEFINE_CLASS_LOG_TAG("WindowHost") |
