diff options
author | crupest <crupest@outlook.com> | 2018-11-05 21:34:12 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2018-11-05 21:34:12 +0800 |
commit | ad9e8897335b9cb48c8f13bd35eabfae7543f8ee (patch) | |
tree | b6a08e87bdbce47feb4ba1375c95fae49d64580a /src/ui/window.h | |
parent | 17baaa03e0ff49ec1921607e6a439c1c6487883c (diff) | |
download | cru-ad9e8897335b9cb48c8f13bd35eabfae7543f8ee.tar.gz cru-ad9e8897335b9cb48c8f13bd35eabfae7543f8ee.tar.bz2 cru-ad9e8897335b9cb48c8f13bd35eabfae7543f8ee.zip |
...
Diffstat (limited to 'src/ui/window.h')
-rw-r--r-- | src/ui/window.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/window.h b/src/ui/window.h index 15b3db57..b3e3505b 100644 --- a/src/ui/window.h +++ b/src/ui/window.h @@ -83,6 +83,8 @@ namespace cru { { friend class WindowManager; public: + static constexpr auto control_type = L"Window"; + Window(); Window(const Window& other) = delete; Window(Window&& other) = delete; |