aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/controls/IBorderControl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/ui/controls/IBorderControl.hpp')
-rw-r--r--include/cru/ui/controls/IBorderControl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/ui/controls/IBorderControl.hpp b/include/cru/ui/controls/IBorderControl.hpp
index 817305ef..a8bc0b51 100644
--- a/include/cru/ui/controls/IBorderControl.hpp
+++ b/include/cru/ui/controls/IBorderControl.hpp
@@ -4,7 +4,7 @@
#include "cru/common/Base.hpp"
namespace cru::ui::controls {
-struct IBorderControl : virtual Interface {
+struct CRU_UI_API IBorderControl : virtual Interface {
virtual void ApplyBorderStyle(const style::ApplyBorderStyleInfo& style) = 0;
};
} // namespace cru::ui::controls