]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/statusbr.h
Compilation fix.
[wxWidgets.git] / include / wx / univ / statusbr.h
index 5c97873fe81ed447f7267771a68ae4b52d786dcc..7e3a7aac262699189edb352b4e99e410d172bed2 100644 (file)
@@ -17,6 +17,7 @@
 #endif
 
 #include "wx/univ/inpcons.h"
+#include "wx/arrstr.h"
 
 // ----------------------------------------------------------------------------
 // wxStatusBar: a window near the bottom of the frame used for status info
@@ -88,6 +89,9 @@ protected:
     // also updates m_widthsAbs if necessary
     wxRect GetTotalFieldRect(wxCoord *borderBetweenFields);
 
+    // get the rect for this field without ani side effects (see code)
+    wxRect DoGetFieldRect(int n) const;
+
     // refresh the given field
     void RefreshField(int i);