diff options
author | crupest <crupest@outlook.com> | 2022-01-19 23:14:21 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-01-19 23:14:21 +0800 |
commit | 31422f87f729bd35bcebfb277d08b230424e3618 (patch) | |
tree | f4479c6da9dcc64a9a39e165ed0459efff051eb3 /include/cru/ui | |
parent | 2028bc4914638360fb756079dbddbdbe52676821 (diff) | |
download | cru-31422f87f729bd35bcebfb277d08b230424e3618.tar.gz cru-31422f87f729bd35bcebfb277d08b230424e3618.tar.bz2 cru-31422f87f729bd35bcebfb277d08b230424e3618.zip |
...
Diffstat (limited to 'include/cru/ui')
-rw-r--r-- | include/cru/ui/mapper/ThicknessMapper.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/ui/mapper/ThicknessMapper.hpp b/include/cru/ui/mapper/ThicknessMapper.hpp index 90d1ef46..68bbcf49 100644 --- a/include/cru/ui/mapper/ThicknessMapper.hpp +++ b/include/cru/ui/mapper/ThicknessMapper.hpp @@ -6,7 +6,7 @@ #include "cru/xml/XmlNode.hpp" namespace cru::ui::mapper { -class ThicknessMapper : public BasicMapper<Thickness> { +class CRU_UI_API ThicknessMapper : public BasicMapper<Thickness> { public: CRU_DEFAULT_CONSTRUCTOR_DESTRUCTOR(ThicknessMapper) |