From 8bc3617742deb43c011fa91e840cb7a6d3e9b095 Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Sat, 7 Jul 2001 13:20:12 +0000 Subject: [PATCH] corrected wxGauge to inherit from wxGaugeBase git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10881 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/gauge.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.50.0