aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/controls/Control.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/ui/controls/Control.h')
-rw-r--r--include/cru/ui/controls/Control.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/ui/controls/Control.h b/include/cru/ui/controls/Control.h
index f6603bbc..7301ecd8 100644
--- a/include/cru/ui/controls/Control.h
+++ b/include/cru/ui/controls/Control.h
@@ -36,7 +36,7 @@ class CRU_UI_API Control : public Object,
~Control() override;
public:
- virtual String GetControlType() const = 0;
+ virtual std::string GetControlType() const = 0;
//*************** region: tree ***************
public: