diff options
Diffstat (limited to 'src/Timer.h')
-rw-r--r-- | src/Timer.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/Timer.h b/src/Timer.h index ba2c503..abc52af 100644 --- a/src/Timer.h +++ b/src/Timer.h @@ -9,7 +9,6 @@ * Douglas M. Pase - initial API and implementation * *******************************************************************************/ - #if !defined(Timer_h) #define Timer_h @@ -17,11 +16,11 @@ class Timer { public: - static double seconds(); - static double resolution(); - static int64 ticks(); - static void calibrate(); - static void calibrate(int n); + static double seconds(); + static double resolution(); + static int64 ticks(); + static void calibrate(); + static void calibrate(int n); private: }; |