aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/components/Component.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/ui/components/Component.hpp')
-rw-r--r--include/cru/ui/components/Component.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/ui/components/Component.hpp b/include/cru/ui/components/Component.hpp
index 0dfc587b..4cbc3791 100644
--- a/include/cru/ui/components/Component.hpp
+++ b/include/cru/ui/components/Component.hpp
@@ -5,7 +5,7 @@ namespace cru::ui::components {
// In destructor, component should check all owned controls whether it is
// attached to window, if not, destroy them, otherwise it is host's duty to
// destroy them.
-class Component : public Object {
+class CRU_UI_API Component : public Object {
public:
Component() = default;