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. --- src/ui/style/StyleRule.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/style') diff --git a/src/ui/style/StyleRule.cpp b/src/ui/style/StyleRule.cpp index ce823537..8b9b0a56 100644 --- a/src/ui/style/StyleRule.cpp +++ b/src/ui/style/StyleRule.cpp @@ -2,7 +2,7 @@ namespace cru::ui::style { StyleRule::StyleRule(ClonablePtr condition, - ClonablePtr styler, String name) + ClonablePtr styler, std::string name) : condition_(std::move(condition)), styler_(std::move(styler)), name_(std::move(name)) {} -- cgit v1.2.3