diff options
author | crupest <crupest@outlook.com> | 2022-01-22 21:11:33 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-01-22 21:11:33 +0800 |
commit | 0e71e7022ee4cfec5b27e178ee1bb7d6977f6b3e (patch) | |
tree | 20640b7d2638e0294b4f3d1a691cd723501bc863 /include/cru/ui | |
parent | f8e45da9b3ab0b09118c2e78e9f1cf9d00f50f55 (diff) | |
download | cru-0e71e7022ee4cfec5b27e178ee1bb7d6977f6b3e.tar.gz cru-0e71e7022ee4cfec5b27e178ee1bb7d6977f6b3e.tar.bz2 cru-0e71e7022ee4cfec5b27e178ee1bb7d6977f6b3e.zip |
...
Diffstat (limited to 'include/cru/ui')
-rw-r--r-- | include/cru/ui/mapper/style/BorderStyleMapper.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/cru/ui/mapper/style/BorderStyleMapper.hpp b/include/cru/ui/mapper/style/BorderStyleMapper.hpp index 1ea38bf7..40a3e883 100644 --- a/include/cru/ui/mapper/style/BorderStyleMapper.hpp +++ b/include/cru/ui/mapper/style/BorderStyleMapper.hpp @@ -4,7 +4,8 @@ #include "cru/xml/XmlNode.hpp" namespace cru::ui::mapper::style { -class BorderStyleMapper : BasicMapper<ui::style::ApplyBorderStyleInfo> { +class CRU_UI_API BorderStyleMapper + : BasicMapper<ui::style::ApplyBorderStyleInfo> { public: CRU_DEFAULT_CONSTRUCTOR_DESTRUCTOR(BorderStyleMapper) |