]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/gauge.h
Fix for missing -g from wx-config
[wxWidgets.git] / include / wx / mac / gauge.h
index ce19d9ef1fb20d29e9fca2bd29477fc5985d642a..b28a1996148790c537097946c047d6076334d361 100644 (file)
@@ -21,7 +21,7 @@
 WXDLLEXPORT_DATA(extern const char*) wxGaugeNameStr;
 
 // Group box
-class WXDLLEXPORT wxGauge: public wxControl
+class WXDLLEXPORT wxGauge: public wxGaugeBase
 {
   DECLARE_DYNAMIC_CLASS(wxGauge)
  public:
@@ -56,8 +56,6 @@ class WXDLLEXPORT wxGauge: public wxControl
   int GetRange() const ;
   int GetValue() const ;
 
-  void SetSize(int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO);
-
   virtual void Command(wxCommandEvent& WXUNUSED(event)) {} ;
 
  protected: