]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/spinbutt.h
make it possible to override directory
[wxWidgets.git] / include / wx / msw / spinbutt.h
index efccd153a3b89ee62147ddebe40cd90158665ca1..721ae2017af0e8d835edb10f57b48a47f18fde37 100644 (file)
@@ -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_