]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/datetime.h
allow wxFileConfig be created with empty name (will take it from wxApp) (patch 749749)
[wxWidgets.git] / include / wx / datetime.h
index 1794c796a646a13cdfd3b5179b19a08ce1447343..287655c6e789c8185c0b266cc6096e75e04db1b0 100644 (file)
@@ -7,7 +7,7 @@
 // Created:     10.02.99
 // RCS-ID:      $Id$
 // Copyright:   (c) 1998 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_DATETIME_H
@@ -1322,6 +1322,9 @@ public:
     // wxDateTimeHolidayAuthority)
     static void AddAuthority(wxDateTimeHolidayAuthority *auth);
 
+    // the base class must have a virtual dtor
+    virtual ~wxDateTimeHolidayAuthority();
+
 protected:
     // this function is called to determine whether a given day is a holiday
     virtual bool DoIsHoliday(const wxDateTime& dt) const = 0;