diff options
author | crupest <crupest@outlook.com> | 2021-11-17 18:53:48 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-11-17 18:53:48 +0800 |
commit | 7be210036e363f2105ace761451448507d4b06d8 (patch) | |
tree | f1facc5899f35dd02efdb9e0aadd26155d5499d5 /include/cru/ui/controls/Control.hpp | |
parent | 17e35c8ebb51c2679421330056615fa8678b939e (diff) | |
download | cru-7be210036e363f2105ace761451448507d4b06d8.tar.gz cru-7be210036e363f2105ace761451448507d4b06d8.tar.bz2 cru-7be210036e363f2105ace761451448507d4b06d8.zip |
...
Diffstat (limited to 'include/cru/ui/controls/Control.hpp')
-rw-r--r-- | include/cru/ui/controls/Control.hpp | 2 |
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: |