From 67dd012c0f49898f1734c46d3bb264f59d056a8e Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 17 Jan 2022 22:55:09 +0800 Subject: ... --- include/cru/ui/controls/Control.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/cru/ui/controls/Control.hpp') 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 namespace cru::ui::controls { -class Control : public Object { +class CRU_UI_API Control : public Object { friend host::WindowHost; protected: -- cgit v1.2.3