From 9bd6a3a18422e8d176ecb52471af69db41d6683c Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 3 Jan 2022 20:02:11 +0800 Subject: ... --- 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 1a72a970..59096fb6 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, std::u16string name) + ClonablePtr styler, String name) : condition_(std::move(condition)), styler_(std::move(styler)), name_(std::move(name)) {} -- cgit v1.2.3