]> git.saurik.com Git - wxWidgets.git/commitdiff
corrected wxGauge to inherit from wxGaugeBase
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Sat, 7 Jul 2001 13:20:12 +0000 (13:20 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Sat, 7 Jul 2001 13:20:12 +0000 (13:20 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10881 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/gauge.h

index b88f5187a7d15c78b4dd16c4ae31015fa838dfbb..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: