X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b5dbe15d0bacde245539f54c4d97af6b4696f01f..5df8beb1d95030c94f678458fc1980049f537992:/include/wx/timer.h diff --git a/include/wx/timer.h b/include/wx/timer.h index 8c6e01625b..4e36b6d35f 100644 --- a/include/wx/timer.h +++ b/include/wx/timer.h @@ -116,7 +116,7 @@ protected: // wxTimerRunner: starts the timer in its ctor, stops in the dtor // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxTimerRunner +class WXDLLIMPEXP_BASE wxTimerRunner { public: wxTimerRunner(wxTimer& timer) : m_timer(timer) { }