#include "wx/control.h"
#include "wx/event.h"
-#if defined(__WIN95__)
-
class WXDLLEXPORT wxSpinButton : public wxSpinButtonBase
{
public:
virtual wxSize DoGetBestSize() const;
private:
- DECLARE_DYNAMIC_CLASS(wxSpinButton)
+ DECLARE_DYNAMIC_CLASS_NO_COPY(wxSpinButton)
};
-#endif
- // __WIN95__
#endif
// _WX_SPINBUTT_H_