X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/af07f1749c51e4c94032466776fa5a8dc6322635..bf89b538f24d96be1dbb5bfa4037397b5438c5e2:/include/wx/generic/statusbr.h diff --git a/include/wx/generic/statusbr.h b/include/wx/generic/statusbr.h index 7a3b8a4820..b0d27f3ca9 100644 --- a/include/wx/generic/statusbr.h +++ b/include/wx/generic/statusbr.h @@ -55,7 +55,7 @@ public: } bool Create(wxWindow *parent, wxWindowID id, - long style = 0, + long style, const wxString& name = wxPanelNameStr); // Create status line @@ -96,7 +96,7 @@ public: void OnSysColourChanged(wxSysColourChangedEvent& event); protected: - wxString * m_statusStrings; + wxArrayString m_statusStrings; int m_borderX; int m_borderY; wxFont m_defaultStatusBarFont; @@ -110,3 +110,5 @@ private: #endif // _WX_GENERIC_STATUSBR_H_ + +// vi:sts=4:sw=4:et