X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..ea8ca011a351c6aaa4009bedbf0cec19a7c57d98:/src/mac/classic/timer.cpp?ds=sidebyside diff --git a/src/mac/classic/timer.cpp b/src/mac/classic/timer.cpp index 84398ef98c..0e55f1cf0e 100644 --- a/src/mac/classic/timer.cpp +++ b/src/mac/classic/timer.cpp @@ -6,18 +6,12 @@ // Created: 1998-01-01 // RCS-ID: $Id$ // Copyright: (c) Stefan Csomor -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ -#pragma implementation "timer.h" -#endif - #include "wx/timer.h" -#if !USE_SHARED_LIBRARY IMPLEMENT_ABSTRACT_CLASS(wxTimer, wxEvtHandler) -#endif #ifdef __WXMAC__ #include "wx/mac/private.h"