GetSpacer returns a copy, not a reference to the size

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42083 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-10-17 19:37:59 +00:00
parent 37840b8bc1
commit ba53bf083e

View File

@@ -229,7 +229,7 @@ added, if needed.", "");
DocDeclStr(
const wxSize& , GetSpacer(),
wxSize , GetSpacer(),
"Get the size of the spacer managed by this sizer item.", "");
DocDeclStr(