aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/controls/Control.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/ui/controls/Control.hpp')
-rw-r--r--include/cru/ui/controls/Control.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/ui/controls/Control.hpp b/include/cru/ui/controls/Control.hpp
index 29d48f21..ed6233a9 100644
--- a/include/cru/ui/controls/Control.hpp
+++ b/include/cru/ui/controls/Control.hpp
@@ -8,7 +8,7 @@
#include <string_view>
namespace cru::ui::controls {
-class Control : public Object {
+class CRU_UI_API Control : public Object {
friend host::WindowHost;
protected: