X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..7d3f6b4ded6aa412cb1cc306fef478955d448c5b:/include/wx/palmos/timer.h?ds=sidebyside diff --git a/include/wx/palmos/timer.h b/include/wx/palmos/timer.h index 9df998f710..cf9e490712 100644 --- a/include/wx/palmos/timer.h +++ b/include/wx/palmos/timer.h @@ -12,7 +12,7 @@ #ifndef _WX_TIMER_H_ #define _WX_TIMER_H_ -class WXDLLEXPORT wxTimer : public wxTimerBase +class WXDLLIMPEXP_BASE wxTimer : public wxTimerBase { friend void wxProcessTimer(wxTimer& timer); @@ -20,7 +20,7 @@ public: wxTimer() { Init(); } wxTimer(wxEvtHandler *owner, int id = -1) : wxTimerBase(owner, id) { Init(); } - ~wxTimer(); + virtual ~wxTimer(); virtual bool Start(int milliseconds = -1, bool oneShot = FALSE); virtual void Stop();