]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/timer.h
added wxUSE_PRINTF_POS_PARAMS which can be used to force the use of built-in printf...
[wxWidgets.git] / include / wx / motif / timer.h
index 2476a768e2bcf701c0b6def0cfabea58a6d228ab..cc64203cceb93302486a3186e871e52b38eb0b21 100644 (file)
 #ifndef _WX_TIMER_H_
 #define _WX_TIMER_H_
 
-#ifdef __GNUG__
-#pragma interface "timer.h"
-#endif
-
 class WXDLLEXPORT wxTimer : public wxTimerBase
 {
     friend void wxTimerCallback(wxTimer * timer);
@@ -26,7 +22,7 @@ public:
     { Init(); }
     ~wxTimer();
     
-    virtual bool Start(int milliseconds = -1, bool oneShot = FALSE);
+    virtual bool Start(int milliseconds = -1, bool oneShot = false);
     virtual void Stop();
     
     virtual bool IsRunning() const { return m_id != 0; }