From: Gilles Depeyrot Date: Sat, 7 Jul 2001 13:20:12 +0000 (+0000) Subject: corrected wxGauge to inherit from wxGaugeBase X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8bc3617742deb43c011fa91e840cb7a6d3e9b095?ds=inline corrected wxGauge to inherit from wxGaugeBase git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10881 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mac/gauge.h b/include/wx/mac/gauge.h index b88f5187a7..b28a199614 100644 --- a/include/wx/mac/gauge.h +++ b/include/wx/mac/gauge.h @@ -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: