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:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user