diff options
author | crupest <crupest@outlook.com> | 2022-02-24 16:35:08 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-02-24 16:35:08 +0800 |
commit | e80f44385dee8636b747848ecb6193c41a99d89c (patch) | |
tree | d004d27715d5bbaa3fd087dc8570787eae0549ca /include/cru/ui | |
parent | a7f5275267e1b504b119e2e3b7fcd46a88874821 (diff) | |
download | cru-e80f44385dee8636b747848ecb6193c41a99d89c.tar.gz cru-e80f44385dee8636b747848ecb6193c41a99d89c.tar.bz2 cru-e80f44385dee8636b747848ecb6193c41a99d89c.zip |
...
Diffstat (limited to 'include/cru/ui')
-rw-r--r-- | include/cru/ui/mapper/style/StyleRuleMapper.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cru/ui/mapper/style/StyleRuleMapper.h b/include/cru/ui/mapper/style/StyleRuleMapper.h index cba4872c..2d6d8d94 100644 --- a/include/cru/ui/mapper/style/StyleRuleMapper.h +++ b/include/cru/ui/mapper/style/StyleRuleMapper.h @@ -1,11 +1,13 @@ #pragma once #include "../Mapper.h" +#include "cru/common/Base.h" #include "cru/common/ClonablePtr.h" #include "cru/ui/style/StyleRule.h" #include "cru/xml/XmlNode.h" namespace cru::ui::mapper::style { class CRU_UI_API StyleRuleMapper : public BasicPtrMapper<ui::style::StyleRule> { + CRU_DEFINE_CLASS_LOG_TAG(u"StyleRuleMapper") public: CRU_DEFAULT_CONSTRUCTOR_DESTRUCTOR(StyleRuleMapper) |