X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7c913512a4c9f36e11e07ea707002fab1608d324..cfa9866bf53da1fc565ec4b216069bcecf7c2905:/interface/dateevt.h diff --git a/interface/dateevt.h b/interface/dateevt.h index ab9e50bb97..13bb4bb7e5 100644 --- a/interface/dateevt.h +++ b/interface/dateevt.h @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////////// // Name: dateevt.h -// Purpose: documentation for wxDateEvent class +// Purpose: interface of wxDateEvent // Author: wxWidgets team // RCS-ID: $Id$ // Licence: wxWindows license @@ -23,7 +23,7 @@ public: /** Returns the date. */ - const wxDateTime GetDate(); + const wxDateTime GetDate() const; /** Sets the date carried by the event, normally only used by the library @@ -31,3 +31,4 @@ public: */ void SetDate(const wxDateTime& date); }; +