]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/statbox.h
fixed Context_Current spelling
[wxWidgets.git] / include / wx / mac / carbon / statbox.h
index 6dd85bf43dc78c2527cb7521203eb4dbe13c2868..2cd136e65080bfd987cfad51b567573e52c4b1aa 100644 (file)
@@ -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