From 92c6baaff2881efa626c0cd3866cb8215e95e729 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 20 Apr 2007 01:39:17 +0000 Subject: [PATCH] corrected DLL export declaration of wxTimerEvent to fix VC++ DLL build git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45545 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/timer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.50.0