aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/ui')
-rw-r--r--include/cru/ui/mapper/style/BorderStyleMapper.hpp3
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)