]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dateevt.h
Applied #14000 (wxRichTextXMLHandler interface fixes)
[wxWidgets.git] / interface / wx / dateevt.h
index 5f6f2ae77adf1bd4c63129c8b5e82ec42af63865..d626f11d827ef8f4b67bdb401ae2af47f17bb445 100644 (file)
@@ -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