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/RootControl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/cru/ui/controls/RootControl.hpp') diff --git a/include/cru/ui/controls/RootControl.hpp b/include/cru/ui/controls/RootControl.hpp index c3f3da9f..f70f2eeb 100644 --- a/include/cru/ui/controls/RootControl.hpp +++ b/include/cru/ui/controls/RootControl.hpp @@ -9,7 +9,7 @@ #include "cru/ui/host/WindowHost.hpp" namespace cru::ui::controls { -class RootControl : public LayoutControl { +class CRU_UI_API RootControl : public LayoutControl { protected: explicit RootControl(Control* attached_control); -- cgit v1.2.3