]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/scrolbar.h
compilation fix for Borland C++
[wxWidgets.git] / include / wx / msw / scrolbar.h
index 45e6dec23b6354c1a9d8a71373bec823b6d8e7d3..b1dc497e115b584a08de8c7e6f1858144fced82d 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,