summaryrefslogtreecommitdiff
path: root/2005/i/robert/src/timer/timer.hh
diff options
context:
space:
mode:
Diffstat (limited to '2005/i/robert/src/timer/timer.hh')
-rw-r--r--2005/i/robert/src/timer/timer.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/2005/i/robert/src/timer/timer.hh b/2005/i/robert/src/timer/timer.hh
index 23f2ea7..341f1da 100644
--- a/2005/i/robert/src/timer/timer.hh
+++ b/2005/i/robert/src/timer/timer.hh
@@ -35,7 +35,7 @@ class Timer
/// Retourne le temps depuis le début du match en millisecondes.
static int getRoundTime (void);
/// Démare le match et enregistre le temps de départ.
- static int startRound (void);
+ static void startRound (void);
/// Attend un nombre de millisecondes. Attention, le robot ne fait
/// absolument rien pendant cette periode !
static void wait (int t);