]> git.saurik.com Git - wxWidgets.git/commitdiff
Use reference types on SetDimension so the proper typemaps are used.
authorRobin Dunn <robin@alldunn.com>
Sun, 29 Jan 2006 01:35:14 +0000 (01:35 +0000)
committerRobin Dunn <robin@alldunn.com>
Sun, 29 Jan 2006 01:35:14 +0000 (01:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37201 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_sizers.i

index 26e7c75cb476d28930ef21767ee54178e027012c..05d6af4e7ebc9668d5efa98d3bee2f578dd7f206 100644 (file)
@@ -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