X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/24e97652b0f3a5796c3fab61d87b1f636d64ce79..2d9c0e97c580cff977d75760dc0d82c5852eec2c:/include/wx/gauge.h diff --git a/include/wx/gauge.h b/include/wx/gauge.h index 830fecf778..e80001d060 100644 --- a/include/wx/gauge.h +++ b/include/wx/gauge.h @@ -31,6 +31,7 @@ WXDLLEXPORT_DATA(extern const wxChar*) wxGaugeNameStr; class WXDLLEXPORT wxGaugeBase : public wxControl { public: + wxGaugeBase() { } virtual ~wxGaugeBase(); bool Create(wxWindow *parent, @@ -67,6 +68,8 @@ protected: // the current position int m_gaugePos; + + DECLARE_NO_COPY_CLASS(wxGaugeBase) }; #if defined(__WXUNIVERSAL__)