summaryrefslogtreecommitdiff
path: root/src/Timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Timer.h')
-rw-r--r--src/Timer.h11
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:
};