]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/gauge.h
make wxSetEnv compatible with ANSI and Unicode, deprecate passing NULL to it in favou...
[wxWidgets.git] / include / wx / gtk1 / gauge.h
index 0f41210a76ca7ca7335586a275fd3598047e0291..3e8f8255abb1f04eefb251c057445f34512d5d36 100644 (file)
@@ -4,7 +4,7 @@
 // Author:      Robert Roebling
 // Id:          $Id$
 // Copyright:   (c) 1998 Robert Roebling
-// Licence:    wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef __GTKGAUGEH__
@@ -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__