X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a047aff270905b377a81657a90f92eb3297157d0..19b409860202ab9bdc27dab3d17f388c1a1d9717:/include/wx/msw/datectrl.h?ds=inline diff --git a/include/wx/msw/datectrl.h b/include/wx/msw/datectrl.h index c5d43d93a2..b92a88ea38 100644 --- a/include/wx/msw/datectrl.h +++ b/include/wx/msw/datectrl.h @@ -61,6 +61,7 @@ public: virtual bool CanApplyThemeBorder() const { return false; } protected: + virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; } virtual wxSize DoGetBestSize() const; // the date currently shown by the control, may be invalid