From b4b426fe865087eba1a3ba268bd1f294ac423a96 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sun, 5 Mar 2006 04:00:35 +0000 Subject: [PATCH] Dont' return references to wxDateTime git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37811 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/calendar.i | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wxPython/src/calendar.i b/wxPython/src/calendar.i index 803632db52..b22db8c71f 100644 --- a/wxPython/src/calendar.i +++ b/wxPython/src/calendar.i @@ -260,7 +260,7 @@ creation.", ""); "Sets the current date.", ""); DocDeclStr( - const wxDateTime&, GetDate() const, + const wxDateTime, GetDate() const, "Gets the currently selected date.", ""); @@ -274,11 +274,11 @@ creation.", ""); "set the range in which selection can occur", ""); DocDeclStr( - const wxDateTime&, GetLowerDateLimit() const, + const wxDateTime, GetLowerDateLimit() const, "get the range in which selection can occur", ""); DocDeclStr( - const wxDateTime&, GetUpperDateLimit() const, + const wxDateTime, GetUpperDateLimit() const, "get the range in which selection can occur", ""); DocDeclStr( -- 2.47.2