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