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:
@@ -229,7 +229,7 @@ added, if needed.", "");
|
|||||||
|
|
||||||
|
|
||||||
DocDeclStr(
|
DocDeclStr(
|
||||||
const wxSize& , GetSpacer(),
|
wxSize , GetSpacer(),
|
||||||
"Get the size of the spacer managed by this sizer item.", "");
|
"Get the size of the spacer managed by this sizer item.", "");
|
||||||
|
|
||||||
DocDeclStr(
|
DocDeclStr(
|
||||||
|
Reference in New Issue
Block a user