]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/calctrl.h
Applied patch [ 546335 ] Added Automation types and array access
[wxWidgets.git] / include / wx / generic / calctrl.h
index 1a7ca729ec4905e5c11616cd32ea955acd60fb73..7b8f072fb996e9af12f9e531b1d2c50e4016c0ca 100644 (file)
@@ -17,7 +17,7 @@
 #define _WX_GENERIC_CALCTRL_H
 
 #include "wx/control.h"         // the base class
-
+#include "wx/dcclient.h"        // for wxPaintDC
 #include "wx/spinctrl.h"        // for wxSpinEvent
 
 class WXDLLEXPORT wxComboBox;
@@ -60,6 +60,8 @@ public:
 
     virtual ~wxCalendarCtrl();
 
+    virtual bool Destroy();
+
     // set/get the current date
     // ------------------------