X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c2ca375c5620209d77a88d2d378bdcdedbc82e7e..9869c26285dc51d13607cddaa04f65ce983653a5:/include/wx/motif/private/timer.h?ds=sidebyside diff --git a/include/wx/motif/private/timer.h b/include/wx/motif/private/timer.h index b717a32402..65a60f88c1 100644 --- a/include/wx/motif/private/timer.h +++ b/include/wx/motif/private/timer.h @@ -3,7 +3,6 @@ // Purpose: wxTimer class // Author: Julian Smart // Created: 17/09/98 -// RCS-ID: $Id$ // Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -13,7 +12,7 @@ #include "wx/private/timer.h" -class WXDLLEXPORT wxMotifTimerImpl : public wxTimerImpl +class WXDLLIMPEXP_CORE wxMotifTimerImpl : public wxTimerImpl { public: wxMotifTimerImpl(wxTimer* timer) : wxTimerImpl(timer) { m_id = 0; }