X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/24e97652b0f3a5796c3fab61d87b1f636d64ce79..ea4ff2ad5a1f830371149f11ba93be2bf5021f9d:/include/wx/gauge.h diff --git a/include/wx/gauge.h b/include/wx/gauge.h index 830fecf778..925cca91dd 100644 --- a/include/wx/gauge.h +++ b/include/wx/gauge.h @@ -12,7 +12,7 @@ #ifndef _WX_GAUGE_H_BASE_ #define _WX_GAUGE_H_BASE_ -#if defined(__GNUG__) && !defined(__APPLE__) +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface "gaugebase.h" #endif @@ -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__)