diff options
author | crupest <crupest@outlook.com> | 2020-06-28 00:17:50 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-06-28 00:17:50 +0800 |
commit | 2ef55b1fdbbe6f13ab835e20021b9ae53322d75e (patch) | |
tree | fb25d95530c3b3a193a3337a835a206c07f32885 /include/cru/ui/controls | |
parent | b5e5dc788b400fc5d9190d2d5e6bc5f0f6755511 (diff) | |
download | cru-2ef55b1fdbbe6f13ab835e20021b9ae53322d75e.tar.gz cru-2ef55b1fdbbe6f13ab835e20021b9ae53322d75e.tar.bz2 cru-2ef55b1fdbbe6f13ab835e20021b9ae53322d75e.zip |
...
Diffstat (limited to 'include/cru/ui/controls')
-rw-r--r-- | include/cru/ui/controls/FlexLayout.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/ui/controls/FlexLayout.hpp b/include/cru/ui/controls/FlexLayout.hpp index beacd1f9..3d6087c2 100644 --- a/include/cru/ui/controls/FlexLayout.hpp +++ b/include/cru/ui/controls/FlexLayout.hpp @@ -29,7 +29,7 @@ class FlexLayout : public LayoutControl { void SetFlexDirection(FlexDirection direction); FlexChildLayoutData GetChildLayoutData(Control* control); - void SetChildLayoutData(Control* control, const FlexChildLayoutData& data); + void SetChildLayoutData(Control* control, FlexChildLayoutData data); protected: void OnAddChild(Control* child, Index position) override; |