]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/slider.h
add an assert indicating that old code overriding OnExecute() must be updated with 2.9
[wxWidgets.git] / include / wx / palmos / slider.h
index 8ff0a2f47a9f20440507afbfca935ce727ca4a6b..078d5d23ec7e9cb7c34e3dff4de0fd3b7bd4d1d7 100644 (file)
 #ifndef _SLIDERPALM_H_
 #define _SLIDERPALM_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "slider.h"
-#endif
-
 // Slider
-class WXDLLEXPORT wxSlider : public wxSliderBase
+class WXDLLIMPEXP_CORE wxSlider : public wxSliderBase
 {
 public:
     wxSlider()
@@ -37,7 +33,7 @@ public:
         Create(parent, id, value, minValue, maxValue, pos, size, style, validator, name);
     }
 
-    ~wxSlider();
+    virtual ~wxSlider();
 
     bool Create(wxWindow *parent, wxWindowID id,
             int value, int minValue, int maxValue,