/////////////////////////////////////////////////////////////////////////////
-// Name: wx/private/timerimpl.h
+// Name: wx/private/timer.h
// Purpose: Base class for wxTimer implementations
// Author: Lukasz Michalski <lmichalski@sf.net>
// Created: 31.10.2006
bool m_oneShot; // true if one shot
- DECLARE_NO_COPY_CLASS(wxTimerImpl)
+ wxDECLARE_NO_COPY_CLASS(wxTimerImpl);
};
#endif // _WX_TIMERIMPL_H_BASE_