]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/statusbr.h
Added wxView::OnClosingDocument so the application can do
[wxWidgets.git] / include / wx / generic / statusbr.h
index 47a834f1c1466d30b2c53af5b0007f5304da63b5..b0d27f3ca901e49b2a0ec05aadc6cf82bce94f49 100644 (file)
@@ -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