]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/spinbutt.h
remove unused variable assignment, closes #14928
[wxWidgets.git] / include / wx / motif / spinbutt.h
index eadbf39eea3156abf08dbc827294f7b431d5e672..4e53cb891b95b1e727723d3b9a7922c78a6d5971 100644 (file)
@@ -12,9 +12,9 @@
 #ifndef _WX_SPINBUTT_H_
 #define _WX_SPINBUTT_H_
 
 #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)
 
 {
     DECLARE_DYNAMIC_CLASS(wxSpinButton)
 
@@ -33,7 +33,7 @@ public:
     {
         Create(parent, id, pos, size, style, name);
     }
     {
         Create(parent, id, pos, size, style, name);
     }
-    ~wxSpinButton();
+    virtual ~wxSpinButton();
 
     bool Create(wxWindow *parent,
         wxWindowID id = wxID_ANY,
 
     bool Create(wxWindow *parent,
         wxWindowID id = wxID_ANY,
@@ -53,7 +53,7 @@ public:
 
     // Implementation
     virtual void Command(wxCommandEvent& event)
 
     // Implementation
     virtual void Command(wxCommandEvent& event)
-        { (void)ProcessCommand(event); };
+        { (void)ProcessCommand(event); }
     virtual void ChangeFont(bool keepOriginalSize = true);
     virtual void ChangeBackgroundColour();
     virtual void ChangeForegroundColour();
     virtual void ChangeFont(bool keepOriginalSize = true);
     virtual void ChangeBackgroundColour();
     virtual void ChangeForegroundColour();