aboutsummaryrefslogtreecommitdiff
path: root/src/ui/style
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-01-03 20:02:11 +0800
committercrupest <crupest@outlook.com>2022-01-03 20:02:11 +0800
commit9bd6a3a18422e8d176ecb52471af69db41d6683c (patch)
tree371bd5466763783eed17447fe4c4f1ae66870d4d /src/ui/style
parent5ff760f4d7b2e8cce4ea8186a69b84dd90dd19cd (diff)
downloadcru-9bd6a3a18422e8d176ecb52471af69db41d6683c.tar.gz
cru-9bd6a3a18422e8d176ecb52471af69db41d6683c.tar.bz2
cru-9bd6a3a18422e8d176ecb52471af69db41d6683c.zip
...
Diffstat (limited to 'src/ui/style')
-rw-r--r--src/ui/style/StyleRule.cpp2
1 files changed, 1 insertions, 1 deletions
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> condition,
- ClonablePtr<Styler> styler, std::u16string name)
+ ClonablePtr<Styler> styler, String name)
: condition_(std::move(condition)),
styler_(std::move(styler)),
name_(std::move(name)) {}