From: Robin Dunn Date: Sun, 29 Jan 2006 01:35:14 +0000 (+0000) Subject: Use reference types on SetDimension so the proper typemaps are used. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b6222be998254c7ffb20bf835cfce289e931e405?ds=inline Use reference types on SetDimension so the proper typemaps are used. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37201 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_sizers.i b/wxPython/src/_sizers.i index 26e7c75cb4..05d6af4e7e 100644 --- a/wxPython/src/_sizers.i +++ b/wxPython/src/_sizers.i @@ -121,7 +121,7 @@ of item.", ""); needed by borders.", ""); DocDeclStr( - void , SetDimension( wxPoint pos, wxSize size ), + void , SetDimension( const wxPoint& pos, const wxSize& size ), "Set the position and size of the space allocated for this item by the sizer, and adjust the position and size of the item (window or subsizer) to be within that space taking alignment and borders into