X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..fceac6bbfe23180d460ef62dac83c591d9e0f941:/interface/wx/dateevt.h diff --git a/interface/wx/dateevt.h b/interface/wx/dateevt.h index 13bb4bb7e5..d626f11d82 100644 --- a/interface/wx/dateevt.h +++ b/interface/wx/dateevt.h @@ -3,12 +3,11 @@ // Purpose: interface of wxDateEvent // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @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