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
This commit is contained in:
Vadim Zeitlin
2007-04-20 01:39:17 +00:00
parent c2ca375c56
commit 92c6baaff2

View File

@@ -149,7 +149,7 @@ private:
// wxTimerEvent // wxTimerEvent
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
class WXDLLEXPORT wxTimerEvent : public wxEvent class WXDLLIMPEXP_BASE wxTimerEvent : public wxEvent
{ {
public: public:
wxTimerEvent(int timerid = 0, int interval = 0) : wxEvent(timerid) wxTimerEvent(int timerid = 0, int interval = 0) : wxEvent(timerid)