summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--timers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/timers.cpp b/timers.cpp
index 226a8a4..ed986be 100644
--- a/timers.cpp
+++ b/timers.cpp
@@ -1,6 +1,6 @@
#include "timers.h"
-static bool operator<( cTimer & left, cTimer & right )
+static bool operator<( cTimer const& left, cTimer const& right )
{
return left.Compare( right ) < 0;
}