aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/events/KeyEventArgs.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/ui/events/KeyEventArgs.hpp')
-rw-r--r--include/cru/ui/events/KeyEventArgs.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/ui/events/KeyEventArgs.hpp b/include/cru/ui/events/KeyEventArgs.hpp
index e402dd07..133db1df 100644
--- a/include/cru/ui/events/KeyEventArgs.hpp
+++ b/include/cru/ui/events/KeyEventArgs.hpp
@@ -4,7 +4,7 @@
#include "cru/platform/gui/Keyboard.hpp"
namespace cru::ui::events {
-class KeyEventArgs : public UiEventArgs {
+class CRU_UI_API KeyEventArgs : public UiEventArgs {
public:
KeyEventArgs(Object* sender, Object* original_sender,
platform::gui::KeyCode key_code,