From ba53bf083e768a770a7011d0ba0143484a8d3a33 Mon Sep 17 00:00:00 2001
From: Robin Dunn <robin@alldunn.com>
Date: Tue, 17 Oct 2006 19:37:59 +0000
Subject: [PATCH] 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
---
 wxPython/src/_sizers.i | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wxPython/src/_sizers.i b/wxPython/src/_sizers.i
index 1108fcbb18..fed0baca61 100644
--- a/wxPython/src/_sizers.i
+++ b/wxPython/src/_sizers.i
@@ -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(
-- 
2.47.2