]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/timer.h
Add comment about wxBitmap::SetPalette() not being implemented
[wxWidgets.git] / include / wx / generic / timer.h
index 7b3c3d7ff6711fdef181a5bcf593afec4d750992..0ac91f51e1a22267c55d24616224af2af6a4e590 100644 (file)
@@ -4,7 +4,7 @@
 // Author:      Vaclav Slavik
 // Id:          $Id$
 // Copyright:   (c) Vaclav Slavik
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 
@@ -29,7 +29,7 @@ public:
         { Init(); }
     ~wxTimer();
 
-    virtual bool Start(int millisecs = -1, bool oneShot = FALSE);
+    virtual bool Start(int millisecs = -1, bool oneShot = false);
     virtual void Stop();
 
     virtual bool IsRunning() const;
@@ -42,7 +42,7 @@ protected:
 
 private:
     wxTimerDesc *m_desc;
-    
+
     DECLARE_ABSTRACT_CLASS(wxTimer)
 };