aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/window.hpp
diff options
context:
space:
mode:
author杨宇千 <crupest@outlook.com>2019-07-24 00:16:31 +0800
committer杨宇千 <crupest@outlook.com>2019-07-24 00:16:31 +0800
commita6691ef539d3738333273c1096a3feec40d9feae (patch)
tree7e440700250eceff31c4af842df5f1778e0e6d50 /include/cru/ui/window.hpp
parentaddf034b2da308b2051455981876ff611512a60f (diff)
downloadcru-a6691ef539d3738333273c1096a3feec40d9feae.tar.gz
cru-a6691ef539d3738333273c1096a3feec40d9feae.tar.bz2
cru-a6691ef539d3738333273c1096a3feec40d9feae.zip
...
Diffstat (limited to 'include/cru/ui/window.hpp')
-rw-r--r--include/cru/ui/window.hpp2
1 files changed, 1 insertions, 1 deletions
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<Window> {
+class Window final : public ContentControl, public SelfResolvable<Window> {
public:
static constexpr auto control_type = L"Window";