aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/mapper/style/StyleRuleMapper.h
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-03-05 23:24:15 +0800
committercrupest <crupest@outlook.com>2022-03-05 23:24:15 +0800
commit1ddea64a948eca27f17a99f8601d737636be872b (patch)
treedd2bafa9385dc8a9e9c14872a7afc98f529038bd /include/cru/ui/mapper/style/StyleRuleMapper.h
parent7697f1ca3904301e551e7500089b30034e84eb32 (diff)
downloadcru-1ddea64a948eca27f17a99f8601d737636be872b.tar.gz
cru-1ddea64a948eca27f17a99f8601d737636be872b.tar.bz2
cru-1ddea64a948eca27f17a99f8601d737636be872b.zip
...
Diffstat (limited to 'include/cru/ui/mapper/style/StyleRuleMapper.h')
-rw-r--r--include/cru/ui/mapper/style/StyleRuleMapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/ui/mapper/style/StyleRuleMapper.h b/include/cru/ui/mapper/style/StyleRuleMapper.h
index 2d6d8d94..21bf3176 100644
--- a/include/cru/ui/mapper/style/StyleRuleMapper.h
+++ b/include/cru/ui/mapper/style/StyleRuleMapper.h
@@ -6,7 +6,7 @@
#include "cru/xml/XmlNode.h"
namespace cru::ui::mapper::style {
-class CRU_UI_API StyleRuleMapper : public BasicPtrMapper<ui::style::StyleRule> {
+class CRU_UI_API StyleRuleMapper : public BasicClonablePtrMapper<ui::style::StyleRule> {
CRU_DEFINE_CLASS_LOG_TAG(u"StyleRuleMapper")
public:
CRU_DEFAULT_CONSTRUCTOR_DESTRUCTOR(StyleRuleMapper)