X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c2ca375c5620209d77a88d2d378bdcdedbc82e7e..806ad819585655ac1c35427409611d7795d0b910:/include/wx/timer.h?ds=sidebyside diff --git a/include/wx/timer.h b/include/wx/timer.h index 1a5d5d70f8..346b98deee 100644 --- a/include/wx/timer.h +++ b/include/wx/timer.h @@ -149,7 +149,7 @@ private: // wxTimerEvent // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxTimerEvent : public wxEvent +class WXDLLIMPEXP_BASE wxTimerEvent : public wxEvent { public: wxTimerEvent(int timerid = 0, int interval = 0) : wxEvent(timerid)