diff options
Diffstat (limited to 'include/cru/ui/controls/StackLayout.h')
-rw-r--r-- | include/cru/ui/controls/StackLayout.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cru/ui/controls/StackLayout.h b/include/cru/ui/controls/StackLayout.h index 82826171..cbf35cbe 100644 --- a/include/cru/ui/controls/StackLayout.h +++ b/include/cru/ui/controls/StackLayout.h @@ -4,6 +4,8 @@ #include "../render/StackLayoutRenderObject.h" namespace cru::ui::controls { +using render::StackChildLayoutData; + class CRU_UI_API StackLayout : public LayoutControl<render::StackLayoutRenderObject> { public: |