]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/dateevt.h
mention the problem with writing enums to wxConfig (see #8656)
[wxWidgets.git] / interface / dateevt.h
index ab9e50bb97572bf6dfcb3b955203c0083d2b4f67..13bb4bb7e5c77755a944e0a04e8eb3af7edb67a6 100644 (file)
@@ -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);
 };
+