summaryrefslogtreecommitdiff
path: root/libs/surfaces/mackie/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/surfaces/mackie/timer.h')
-rw-r--r--libs/surfaces/mackie/timer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/surfaces/mackie/timer.h b/libs/surfaces/mackie/timer.h
index 31470a92c3..423b962ce8 100644
--- a/libs/surfaces/mackie/timer.h
+++ b/libs/surfaces/mackie/timer.h
@@ -36,7 +36,7 @@ namespace Mackie
class Timer
{
public:
-
+
/**
start the timer running if true, or just create the
object if false.
@@ -46,7 +46,7 @@ public:
if ( shouldStart )
start();
}
-
+
/**
Start the timer running. Return the current timestamp, in milliseconds
*/
@@ -81,7 +81,7 @@ public:
return (_stop - _start) / 1000;
}
}
-
+
/**
Call stop and then start. Return the value from stop.
*/