From a6691ef539d3738333273c1096a3feec40d9feae Mon Sep 17 00:00:00 2001 From: 杨宇千 Date: Wed, 24 Jul 2019 00:16:31 +0800 Subject: ... --- include/cru/ui/window.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/cru/ui') diff --git a/include/cru/ui/window.hpp b/include/cru/ui/window.hpp index 311f1487..197198d2 100644 --- a/include/cru/ui/window.hpp +++ b/include/cru/ui/window.hpp @@ -17,7 +17,7 @@ namespace render { class WindowRenderObject; } -class Window final : public ContentControl, public SelfResovable { +class Window final : public ContentControl, public SelfResolvable { public: static constexpr auto control_type = L"Window"; -- cgit v1.2.3