aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/render/LayoutRenderObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/ui/render/LayoutRenderObject.h')
-rw-r--r--include/cru/ui/render/LayoutRenderObject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/ui/render/LayoutRenderObject.h b/include/cru/ui/render/LayoutRenderObject.h
index c8678deb..8fec3ada 100644
--- a/include/cru/ui/render/LayoutRenderObject.h
+++ b/include/cru/ui/render/LayoutRenderObject.h
@@ -5,7 +5,7 @@
namespace cru::ui::render {
template <typename TChildLayoutData>
-class CRU_UI_API LayoutRenderObject : public RenderObject {
+class LayoutRenderObject : public RenderObject {
public:
using ChildLayoutData = TChildLayoutData;