]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/timer.h
Initial commit for Laurent Humbertclaude's Windows slave.
[wxWidgets.git] / include / wx / timer.h
index 8c6e01625b1eb23fa904a9b9b144bef2d63551c7..4e36b6d35f174fc2ea4ddac948d86a19b87a08a7 100644 (file)
@@ -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) { }