X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f36e602b3f4cccedfa2d8932c288f3dfed7b549e..fc8c1a15b2154214ac744516b15a283b32990f39:/include/wx/statbox.h diff --git a/include/wx/statbox.h b/include/wx/statbox.h index 039df42af3..873e5d15e5 100644 --- a/include/wx/statbox.h +++ b/include/wx/statbox.h @@ -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) };