]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/spinbutt.h
another wxUSE_DRAG_AND_DROP==0 compilation fix
[wxWidgets.git] / include / wx / motif / spinbutt.h
index eadbf39eea3156abf08dbc827294f7b431d5e672..cd3e0c46ceeabedd992e4396272cf620a7edf252 100644 (file)
@@ -12,9 +12,9 @@
 #ifndef _WX_SPINBUTT_H_
 #define _WX_SPINBUTT_H_
 
-class WXDLLEXPORT wxArrowButton; // internal
+class WXDLLIMPEXP_FWD_CORE wxArrowButton; // internal
 
-class WXDLLEXPORT wxSpinButton : public wxSpinButtonBase
+class WXDLLIMPEXP_CORE wxSpinButton : public wxSpinButtonBase
 {
     DECLARE_DYNAMIC_CLASS(wxSpinButton)
 
@@ -33,7 +33,7 @@ public:
     {
         Create(parent, id, pos, size, style, name);
     }
-    ~wxSpinButton();
+    virtual ~wxSpinButton();
 
     bool Create(wxWindow *parent,
         wxWindowID id = wxID_ANY,