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:
@@ -260,7 +260,7 @@ creation.", "");
|
|||||||
"Sets the current date.", "");
|
"Sets the current date.", "");
|
||||||
|
|
||||||
DocDeclStr(
|
DocDeclStr(
|
||||||
const wxDateTime&, GetDate() const,
|
const wxDateTime, GetDate() const,
|
||||||
"Gets the currently selected date.", "");
|
"Gets the currently selected date.", "");
|
||||||
|
|
||||||
|
|
||||||
@@ -274,11 +274,11 @@ creation.", "");
|
|||||||
"set the range in which selection can occur", "");
|
"set the range in which selection can occur", "");
|
||||||
|
|
||||||
DocDeclStr(
|
DocDeclStr(
|
||||||
const wxDateTime&, GetLowerDateLimit() const,
|
const wxDateTime, GetLowerDateLimit() const,
|
||||||
"get the range in which selection can occur", "");
|
"get the range in which selection can occur", "");
|
||||||
|
|
||||||
DocDeclStr(
|
DocDeclStr(
|
||||||
const wxDateTime&, GetUpperDateLimit() const,
|
const wxDateTime, GetUpperDateLimit() const,
|
||||||
"get the range in which selection can occur", "");
|
"get the range in which selection can occur", "");
|
||||||
|
|
||||||
DocDeclStr(
|
DocDeclStr(
|
||||||
|
Reference in New Issue
Block a user