aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/events/PaintEventArgs.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/ui/events/PaintEventArgs.hpp')
-rw-r--r--include/cru/ui/events/PaintEventArgs.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/ui/events/PaintEventArgs.hpp b/include/cru/ui/events/PaintEventArgs.hpp
index 8bcb1590..f2b53977 100644
--- a/include/cru/ui/events/PaintEventArgs.hpp
+++ b/include/cru/ui/events/PaintEventArgs.hpp
@@ -6,7 +6,7 @@ struct IPainter;
}
namespace cru::ui::events {
-class PaintEventArgs : public UiEventArgs {
+class CRU_UI_API PaintEventArgs : public UiEventArgs {
public:
PaintEventArgs(Object* sender, Object* original_sender,
platform::graphics::IPainter* painter)