]> git.saurik.com Git - wxWidgets.git/blame - src/mgl/timer.cpp
corrected mac src due to new api changes
[wxWidgets.git] / src / mgl / timer.cpp
CommitLineData
32b8ec41
VZ
1/////////////////////////////////////////////////////////////////////////////
2// Name: gtk/timer.cpp
3// Purpose: wxTimer implementation
4// Author: Robert Roebling
5// Id: $Id$
6// Copyright: (c) 1998 Robert Roebling
7// Licence: wxWindows licence
8/////////////////////////////////////////////////////////////////////////////
9
10
11#ifdef __GNUG__
12#pragma implementation "timer.h"
13#endif
14
15#include "wx/timer.h"
16
17
18// ----------------------------------------------------------------------------
19// wxTimer
20// ----------------------------------------------------------------------------
21
22IMPLEMENT_ABSTRACT_CLASS(wxTimer,wxObject)
23