From 9f419314b646bf57dfc3fcbb509b3be2c974e3fd Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Fri, 17 Oct 2025 14:33:16 +0800 Subject: Remove String on Linux. --- include/cru/ui/controls/Control.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/cru/ui/controls/Control.h') 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: -- cgit v1.2.3