]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/scrolbar.h
string iterator's operator- should return difference_type, not size_t or unsigned
[wxWidgets.git] / include / wx / palmos / scrolbar.h
index f312d7f63bcedc9d1d8456baa284f79b9d00015d..edcc06dca046a29e7f5f6e00a77bdfa2c390edc6 100644 (file)
@@ -17,7 +17,7 @@ class WXDLLEXPORT wxScrollBar: public wxScrollBarBase
 {
 public:
     wxScrollBar() { m_pageSize = 0; m_viewSize = 0; m_objectSize = 0; }
-    ~wxScrollBar();
+    virtual ~wxScrollBar();
 
     wxScrollBar(wxWindow *parent, wxWindowID id,
             const wxPoint& pos = wxDefaultPosition,