X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c2ca375c5620209d77a88d2d378bdcdedbc82e7e..55bfbcb92b41ab1c6a0d490f2f3fcadefc069bb7:/include/wx/timer.h 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)