]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/gauge.h
Fix up NSSlider code to not use class posing and instantiate the proper type (now...
[wxWidgets.git] / include / wx / gtk1 / gauge.h
index 0f41210a76ca7ca7335586a275fd3598047e0291..42b516e2bf359e6ff22bb1132f71afe747b71c9b 100644 (file)
@@ -4,7 +4,7 @@
 // Author:      Robert Roebling
 // Id:          $Id$
 // Copyright:   (c) 1998 Robert Roebling
-// Licence:    wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef __GTKGAUGEH__
@@ -22,7 +22,7 @@
 // classes
 //-----------------------------------------------------------------------------
 
-class WXDLLIMPEXP_CORE wxGauge;
+class WXDLLIMPEXP_FWD_CORE wxGauge;
 
 //-----------------------------------------------------------------------------
 // global data
@@ -34,7 +34,7 @@ extern WXDLLIMPEXP_CORE const wxChar wxGaugeNameStr[];
 // wxGaugeBox
 //-----------------------------------------------------------------------------
 
-class WXDLLIMPEXP_CORE wxGauge: public wxControl
+class WXDLLIMPEXP_CORE wxGauge: public wxGaugeBase
 {
 public:
     wxGauge() { Init(); }
@@ -99,4 +99,5 @@ private:
 
 #endif
 
-#endif // __GTKGAUGEH__
+#endif
+    // __GTKGAUGEH__