X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1be7a35c5ec31b6cfcab9d969c7969586441a945..3f434666bf9476e7fc6c27de94075211db5f1417:/include/wx/statbox.h diff --git a/include/wx/statbox.h b/include/wx/statbox.h index efeeee65b2..873e5d15e5 100644 --- a/include/wx/statbox.h +++ b/include/wx/statbox.h @@ -18,7 +18,7 @@ #include "wx/control.h" -extern WXDLLEXPORT_DATA(const wxChar) wxStaticBoxNameStr[]; +extern WXDLLEXPORT_DATA(const char) wxStaticBoxNameStr[]; // ---------------------------------------------------------------------------- // wxStaticBox: a grouping box with a label @@ -46,7 +46,10 @@ public: *borderOther = BORDER; } -private: +protected: + // choose the default border for this window + virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; } + DECLARE_NO_COPY_CLASS(wxStaticBoxBase) };