X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ebfc214808429624235521bc7946551063e82cb0..71ebd60b06f0c299b3f6ae3b11a8dcb4b0306493:/include/wx/statusbr.h diff --git a/include/wx/statusbr.h b/include/wx/statusbr.h index 1a136a0c62..be584f3c89 100644 --- a/include/wx/statusbr.h +++ b/include/wx/statusbr.h @@ -97,10 +97,11 @@ public: // don't want status bars to accept the focus at all virtual bool AcceptsFocus() const { return false; } - virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; } virtual bool CanBeOutsideClientArea() const { return true; } protected: + virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; } + // set the widths array to NULL void InitWidths();