diff options
| author | crupest <crupest@outlook.com> | 2022-01-17 23:12:29 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2022-01-17 23:12:29 +0800 |
| commit | 729633041f6fbea4ac1ef4128bea1ddc3a7b1d24 (patch) | |
| tree | 123f1c8ea929441d75c09f94c08c82c0e8ab2461 /include/cru/ui/events/PaintEventArgs.hpp | |
| parent | 67dd012c0f49898f1734c46d3bb264f59d056a8e (diff) | |
| download | cru-729633041f6fbea4ac1ef4128bea1ddc3a7b1d24.tar.gz cru-729633041f6fbea4ac1ef4128bea1ddc3a7b1d24.tar.bz2 cru-729633041f6fbea4ac1ef4128bea1ddc3a7b1d24.zip | |
...
Diffstat (limited to 'include/cru/ui/events/PaintEventArgs.hpp')
| -rw-r--r-- | include/cru/ui/events/PaintEventArgs.hpp | 2 |
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) |
