aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2018-11-05 21:34:35 +0800
committercrupest <crupest@outlook.com>2018-11-05 21:34:35 +0800
commita908cff41ce987f4adc597f9e5ad4105e56e6ff4 (patch)
tree5318399630acbc824e6758b2ee0bc8d1abb0b45e
parentad9e8897335b9cb48c8f13bd35eabfae7543f8ee (diff)
downloadcru-a908cff41ce987f4adc597f9e5ad4105e56e6ff4.tar.gz
cru-a908cff41ce987f4adc597f9e5ad4105e56e6ff4.tar.bz2
cru-a908cff41ce987f4adc597f9e5ad4105e56e6ff4.zip
...
-rw-r--r--src/ui/window.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/window.h b/src/ui/window.h
index b3e3505b..d6560c0f 100644
--- a/src/ui/window.h
+++ b/src/ui/window.h
@@ -93,6 +93,8 @@ namespace cru {
~Window() override;
public:
+ StringView GetControlType() const override final;
+
//*************** region: handle ***************
//Get the handle of the window. Return null if window is invalid.