]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/timer.h
Added calendar contributed by Lorne White
[wxWidgets.git] / include / wx / msw / timer.h
index 1320d5e8c025b24621bf48c7d75099d412874857..36fc33a1c0f339a7d834da456deb95838be1a9fe 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     01/02/97
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:    wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_TIMER_H_
@@ -37,9 +37,9 @@ public:
     bool OneShot() const { return oneShot; }
 
 protected:
-    bool oneShot ;
-    int  milli ;
-    int  lastMilli ;
+    bool oneShot;
+    int  milli;
+    int  lastMilli;
 
     long id;