aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/controls/Window.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/ui/controls/Window.h')
-rw-r--r--include/cru/ui/controls/Window.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/cru/ui/controls/Window.h b/include/cru/ui/controls/Window.h
index 3d3ff0b0..2c650c41 100644
--- a/include/cru/ui/controls/Window.h
+++ b/include/cru/ui/controls/Window.h
@@ -19,14 +19,12 @@ class CRU_UI_API Window
friend Control;
public:
- static constexpr std::string_view kControlType = "Window";
+ static constexpr auto kControlName = "Window";
Window();
static Window* CreatePopup();
- std::string GetControlType() const override;
-
void SetAttachedControl(Control* control);
platform::gui::INativeWindow* GetNativeWindow();