]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/scrolbar.h
check that the conversion to wxDateTime was really successful
[wxWidgets.git] / include / wx / palmos / scrolbar.h
index f312d7f63bcedc9d1d8456baa284f79b9d00015d..e0c3624fa9743fed480127482919541bbb5f56c5 100644 (file)
 #define _WX_SCROLBAR_H_
 
 // Scrollbar item
-class WXDLLEXPORT wxScrollBar: public wxScrollBarBase
+class WXDLLIMPEXP_CORE 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,