]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/gauge.h
use iostream.h and not iostream with OpenWatcom (part of patch 910058)
[wxWidgets.git] / include / wx / gtk / gauge.h
index ced1476387a70e877163e236a5268eb97d82bf8a..5ca47abcf643511403dfdb8e688878edcf52670f 100644 (file)
@@ -98,6 +98,8 @@ protected:
     // set the gauge value to the value of m_gaugePos
     void DoSetGauge();
 
+    virtual wxSize DoGetBestSize() const;
+
 private:
     DECLARE_DYNAMIC_CLASS(wxGauge)
 };