Dont' return references to wxDateTime

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37811 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-03-05 04:00:35 +00:00
parent 971e47976f
commit b4b426fe86

View 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(