aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/controls/Control.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/ui/controls/Control.hpp')
-rw-r--r--include/cru/ui/controls/Control.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/ui/controls/Control.hpp b/include/cru/ui/controls/Control.hpp
index 341b6ef2..c6101370 100644
--- a/include/cru/ui/controls/Control.hpp
+++ b/include/cru/ui/controls/Control.hpp
@@ -22,7 +22,7 @@ class Control : public Object {
~Control() override;
public:
- virtual std::u16string_view GetControlType() const = 0;
+ virtual String GetControlType() const = 0;
//*************** region: tree ***************
public: