X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6f02a879ed7efc5fcf6328ff47a1352ec82812b7..3c029873c66cfdc0dcbf52958970273435ba02fc:/include/wx/msw/datectrl.h?ds=sidebyside diff --git a/include/wx/msw/datectrl.h b/include/wx/msw/datectrl.h index d4b8bc74fb..c4078c6f68 100644 --- a/include/wx/msw/datectrl.h +++ b/include/wx/msw/datectrl.h @@ -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) };