aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/controls/Window.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/ui/controls/Window.hpp')
-rw-r--r--include/cru/ui/controls/Window.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/ui/controls/Window.hpp b/include/cru/ui/controls/Window.hpp
index b0828f70..c304a839 100644
--- a/include/cru/ui/controls/Window.hpp
+++ b/include/cru/ui/controls/Window.hpp
@@ -5,7 +5,7 @@
#include "cru/common/Base.hpp"
namespace cru::ui::controls {
-class Window final : public RootControl {
+class CRU_UI_API Window final : public RootControl {
public:
static constexpr StringView control_type = u"Window";