diff options
author | crupest <crupest@outlook.com> | 2022-01-24 20:26:58 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-01-24 20:26:58 +0800 |
commit | 72402c09d45b696cd58a65b4a141a804e1cd9371 (patch) | |
tree | 4a8793a588370c071d576f144994495886d8e909 /include/cru/ui/mapper/style/IConditionMapper.hpp | |
parent | 549b072d241a8d2d1ca187bba8c1cb5190dd737e (diff) | |
download | cru-72402c09d45b696cd58a65b4a141a804e1cd9371.tar.gz cru-72402c09d45b696cd58a65b4a141a804e1cd9371.tar.bz2 cru-72402c09d45b696cd58a65b4a141a804e1cd9371.zip |
...
Diffstat (limited to 'include/cru/ui/mapper/style/IConditionMapper.hpp')
-rw-r--r-- | include/cru/ui/mapper/style/IConditionMapper.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/ui/mapper/style/IConditionMapper.hpp b/include/cru/ui/mapper/style/IConditionMapper.hpp index f5d7ad1e..3fa7d10a 100644 --- a/include/cru/ui/mapper/style/IConditionMapper.hpp +++ b/include/cru/ui/mapper/style/IConditionMapper.hpp @@ -6,7 +6,7 @@ #include "cru/xml/XmlNode.hpp" namespace cru::ui::mapper::style { -struct IConditionMapper : virtual Interface { +struct CRU_UI_API IConditionMapper : virtual Interface { bool XmlElementIsOfThisType(xml::XmlElementNode* node) { return dynamic_cast<MapperBase*>(this)->XmlElementIsOfThisType(node); } |