X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6feb95a79834836e88143b15d9f424ebe79621..61fef19b852d426f5b00b60de083539b9ba0f76c:/include/wx/msw/gauge95.h diff --git a/include/wx/msw/gauge95.h b/include/wx/msw/gauge95.h index c1ab4ab1d0..2681094ee9 100644 --- a/include/wx/msw/gauge95.h +++ b/include/wx/msw/gauge95.h @@ -25,8 +25,6 @@ WXDLLEXPORT_DATA(extern const wxChar*) wxGaugeNameStr; // Group box class WXDLLEXPORT wxGauge95 : public wxControl { - DECLARE_DYNAMIC_CLASS(wxGauge95) - public: wxGauge95(void) { m_rangeMax = 0; m_gaugePos = 0; } @@ -75,6 +73,9 @@ public: protected: int m_rangeMax; int m_gaugePos; + + + DECLARE_DYNAMIC_CLASS_NO_COPY(wxGauge95) }; #endif // wxUSE_GAUGE