]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dateevt.h
Remove wrong const from wxMenu::GetMenuItems() documentation.
[wxWidgets.git] / interface / wx / dateevt.h
index 13bb4bb7e5c77755a944e0a04e8eb3af7edb67a6..d626f11d827ef8f4b67bdb401ae2af47f17bb445 100644 (file)
@@ -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