diff options
Diffstat (limited to 'src/ui/style/StyleRule.cpp')
| -rw-r--r-- | src/ui/style/StyleRule.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/style/StyleRule.cpp b/src/ui/style/StyleRule.cpp index 8b9b0a56..bdd0acf2 100644 --- a/src/ui/style/StyleRule.cpp +++ b/src/ui/style/StyleRule.cpp @@ -1,8 +1,8 @@ #include "cru/ui/style/StyleRule.h" namespace cru::ui::style { -StyleRule::StyleRule(ClonablePtr<Condition> condition, - ClonablePtr<Styler> styler, std::string name) +StyleRule::StyleRule(ClonePtr<Condition> condition, + ClonePtr<Styler> styler, std::string name) : condition_(std::move(condition)), styler_(std::move(styler)), name_(std::move(name)) {} |
