]> git.saurik.com Git - wxWidgets.git/commitdiff
corrected DLL export declaration of wxTimerEvent to fix VC++ DLL build
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 20 Apr 2007 01:39:17 +0000 (01:39 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 20 Apr 2007 01:39:17 +0000 (01:39 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45545 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/timer.h

index 1a5d5d70f8c1cf658b737784be2744ac67f17f84..346b98deeeca8a47cd5ef2a67edef698c5ceaf54 100644 (file)
@@ -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)