X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12f5e1e78fe906050ff2fee9529476db332633f0..63a65070911908802c27b52173c3306e93dd63bf:/interface/wx/dateevt.h?ds=inline diff --git a/interface/wx/dateevt.h b/interface/wx/dateevt.h index 5f6f2ae77a..d626f11d82 100644 --- a/interface/wx/dateevt.h +++ b/interface/wx/dateevt.h @@ -3,7 +3,7 @@ // Purpose: interface of wxDateEvent // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -22,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