X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4f305456585c3f53b58f90803d25f1392eaedb36..7b4a652a8bf3da1b2dd20dd22c9e6db5dd03db59:/include/wx/mac/carbon/statbox.h?ds=sidebyside diff --git a/include/wx/mac/carbon/statbox.h b/include/wx/mac/carbon/statbox.h index 6dd85bf43d..2cd136e650 100644 --- a/include/wx/mac/carbon/statbox.h +++ b/include/wx/mac/carbon/statbox.h @@ -47,8 +47,7 @@ class WXDLLEXPORT wxStaticBox: public wxControl virtual void Command(wxCommandEvent& WXUNUSED(event)) {}; virtual void ProcessCommand(wxCommandEvent& WXUNUSED(event)) {}; - -protected: + virtual void GetBordersForSizer(int *borderTop, int *borderOther) const; }; #endif