]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/gauge.h
Changed argument of wxPropertyGrid::OnCustomEditorEvent() from wxCommandEvent to...
[wxWidgets.git] / include / wx / os2 / gauge.h
index 9b8f2dca23347300afeb271d78a24129bab03aaa..0877888b018353bbebb498853b4b8b4d6ebc831c 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        gauge.h
+// Name:        wx/os2/gauge.h
 // Purpose:     wxGauge class
 // Author:      David Webster
 // Modified by:
@@ -12,9 +12,7 @@
 #ifndef _WX_GAUGE_H_
 #define _WX_GAUGE_H_
 
-#include "wx/control.h"
-
-class WXDLLEXPORT wxGauge: public wxControl
+class WXDLLIMPEXP_CORE wxGauge: public wxGaugeBase
 {
 public:
     inline wxGauge() { m_nRangeMax = 0; m_nGaugePos = 0; }
@@ -78,4 +76,3 @@ private:
 }; // end of CLASS wxGauge
 
 #endif // _WX_GAUGE_H_
-