]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/private/timer.h
wxRTC: extracted XML utilities into a separate class for potential reuse.
[wxWidgets.git] / include / wx / generic / private / timer.h
index fcf598d1da6e177056b086659150c9c8b91c5cd5..6d96389ce80fa01ea13daf28b4ad162111a3004c 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        wx/generic/private/timer.h
 // Purpose:     Generic implementation of wxTimer class
 // Author:      Vaclav Slavik
-// Id:          $Id$
 // Copyright:   (c) Vaclav Slavik
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -20,7 +19,7 @@
 
 class wxTimerDesc;
 
-class WXDLLEXPORT wxGenericTimerImpl : public wxTimerImpl
+class WXDLLIMPEXP_BASE wxGenericTimerImpl : public wxTimerImpl
 {
 public:
     wxGenericTimerImpl(wxTimer* timer) : wxTimerImpl(timer) { Init(); }