]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/datectrl.h
allow customization of individual grid lines appearance (patch 1496015)
[wxWidgets.git] / include / wx / generic / datectrl.h
index 4b3eb201ca9c1bf5da9a41abd7fd3843b1e7535c..4dac18355ad7d148e715c56d7382dd038d53f53c 100644 (file)
@@ -26,6 +26,7 @@ class WXDLLIMPEXP_ADV wxDatePickerCtrlGeneric : public wxDatePickerCtrlBase
 public:
     // creating the control
     wxDatePickerCtrlGeneric() { Init(); }
+    ~wxDatePickerCtrlGeneric() ;
     wxDatePickerCtrlGeneric(wxWindow *parent,
                             wxWindowID id,
                             const wxDateTime& date = wxDefaultDateTime,