X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f36e602b3f4cccedfa2d8932c288f3dfed7b549e..33ba5a05623023af942a6b34b0758a98b12d4c82:/include/wx/statbox.h?ds=sidebyside diff --git a/include/wx/statbox.h b/include/wx/statbox.h index 039df42af3..7eee31685e 100644 --- a/include/wx/statbox.h +++ b/include/wx/statbox.h @@ -47,6 +47,9 @@ public: } private: + // choose the default border for this window + virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; } + DECLARE_NO_COPY_CLASS(wxStaticBoxBase) };