]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/slider.h
Fix up NSSlider code to not use class posing and instantiate the proper type (now...
[wxWidgets.git] / include / wx / palmos / slider.h
index 8ff0a2f47a9f20440507afbfca935ce727ca4a6b..263e4a715308f7d10c45e80c6254945855f9af20 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
 {
@@ -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,