]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/statusbr.h
Tweaks needed to be able to build wxPython with wxGTK.
[wxWidgets.git] / include / wx / generic / statusbr.h
index d6a6909b0f90e89a27c7dc1d496c6b70e25d6f7a..19717e78f474eaf650387e3c5e3a80ecde329b4a 100644 (file)
@@ -58,7 +58,7 @@ public:
   virtual void DrawField(wxDC& dc, int i);
 
   // Get the position and size of the field's internal bounding rectangle
-  virtual bool GetFieldRect(int i, wxRectangle& rect) const;
+  virtual bool GetFieldRect(int i, wxRect& rect) const;
 
   inline int GetBorderX() const { return m_borderX; }
   inline int GetBorderY() const { return m_borderY; }