summaryrefslogtreecommitdiff
path: root/src/utils/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/timer.h')
-rw-r--r--src/utils/timer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/utils/timer.h b/src/utils/timer.h
index d64ed54f..87c94a28 100644
--- a/src/utils/timer.h
+++ b/src/utils/timer.h
@@ -39,6 +39,9 @@ class Timer
public:
/**
* Constructor.
+ *
+ * @param ms the interval in milliseconds
+ * @param createActive whether the timer should be implicitly started
*/
Timer(unsigned int ms, bool createActive = true);