X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4f305456585c3f53b58f90803d25f1392eaedb36..478cde3220641d49cfbd492e799107d13ccdfeb3:/include/wx/mac/carbon/statbox.h 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