X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f36e602b3f4cccedfa2d8932c288f3dfed7b549e..d9359369af901bf2146b5ad6575f7aae13389a15:/include/wx/statbox.h?ds=sidebyside 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) };