]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/datectrl.h
check for wxUSE_TIMER in headers, not the files including them
[wxWidgets.git] / include / wx / msw / datectrl.h
index d4b8bc74fb98c60151e49cc8a809521aa6c93672..c4078c6f6893edb7f64534a0109e465e8c1684f5 100644 (file)
@@ -60,6 +60,9 @@ public:
 protected:
     virtual wxSize DoGetBestSize() const;
 
+    // the date currently shown by the control, may be invalid
+    wxDateTime m_date;
+
 
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxDatePickerCtrl)
 };