X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..5fa507c8cadd72e5b9765167897baf00f48ac7ea:/interface/wx/dateevt.h diff --git a/interface/wx/dateevt.h b/interface/wx/dateevt.h index 13bb4bb7e5..9eb3af6fbe 100644 --- a/interface/wx/dateevt.h +++ b/interface/wx/dateevt.h @@ -8,7 +8,6 @@ /** @class wxDateEvent - @wxheader{dateevt.h} This event class holds information about a date change and is used together with wxDatePickerCtrl. It also serves as a base class @@ -23,7 +22,7 @@ public: /** Returns the date. */ - const wxDateTime GetDate() const; + const wxDateTime& GetDate() const; /** Sets the date carried by the event, normally only used by the library