diff options
Diffstat (limited to 'include/cru/ui/render/StackLayoutRenderObject.hpp')
-rw-r--r-- | include/cru/ui/render/StackLayoutRenderObject.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/ui/render/StackLayoutRenderObject.hpp b/include/cru/ui/render/StackLayoutRenderObject.hpp index 4f15ad11..b7b1502c 100644 --- a/include/cru/ui/render/StackLayoutRenderObject.hpp +++ b/include/cru/ui/render/StackLayoutRenderObject.hpp @@ -21,7 +21,7 @@ namespace cru::ui::render { // // 4. If result size is smaller than min size (if specified), coerce result size // to min size. -class StackLayoutRenderObject +class CRU_UI_API StackLayoutRenderObject : public LayoutRenderObject<StackChildLayoutData> { CRU_DEFINE_CLASS_LOG_TAG(u"cru::ui::render:StackLayoutRenderObject") |