X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6feb95a79834836e88143b15d9f424ebe79621..7847232620296cd8d5c5cec8a5a50aa7627cfe31:/include/wx/msw/spinbutt.h diff --git a/include/wx/msw/spinbutt.h b/include/wx/msw/spinbutt.h index efccd153a3..721ae2017a 100644 --- a/include/wx/msw/spinbutt.h +++ b/include/wx/msw/spinbutt.h @@ -19,8 +19,6 @@ #include "wx/control.h" #include "wx/event.h" -#if defined(__WIN95__) - class WXDLLEXPORT wxSpinButton : public wxSpinButtonBase { public: @@ -65,10 +63,8 @@ protected: virtual wxSize DoGetBestSize() const; private: - DECLARE_DYNAMIC_CLASS(wxSpinButton) + DECLARE_DYNAMIC_CLASS_NO_COPY(wxSpinButton) }; -#endif - // __WIN95__ #endif // _WX_SPINBUTT_H_