]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/statusbr.h
use iostream.h and not iostream with OpenWatcom (part of patch 910058)
[wxWidgets.git] / include / wx / generic / statusbr.h
index 364c1b3d0b013d1e806829b559e9d7fa94dbafe4..5fc9df0a9257797b0437f387c55c3248916c68da 100644 (file)
@@ -119,6 +119,8 @@ protected:
   wxPen             m_mediumShadowPen;
   wxPen             m_hilightPen;
 
+  virtual wxSize DoGetBestSize() const;
+
 private:
   DECLARE_EVENT_TABLE()
   DECLARE_DYNAMIC_CLASS_NO_COPY(wxStatusBarGeneric)