]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dateevt.h
Added wxSizer::GetItemCount()
[wxWidgets.git] / interface / wx / dateevt.h
index 13bb4bb7e5c77755a944e0a04e8eb3af7edb67a6..9eb3af6fbe5726e49271ac1c9a96ff65362931ec 100644 (file)
@@ -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