]> git.saurik.com Git - wxWidgets.git/commitdiff
Dont' return references to wxDateTime
authorRobin Dunn <robin@alldunn.com>
Sun, 5 Mar 2006 04:00:35 +0000 (04:00 +0000)
committerRobin Dunn <robin@alldunn.com>
Sun, 5 Mar 2006 04:00:35 +0000 (04:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37811 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/calendar.i

index 803632db52db7b82c6d06d01a3d0b3b50f7bfc9b..b22db8c71f93f514f177320e2621b84dd5868b76 100644 (file)
@@ -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(