diff options
-rw-r--r-- | timers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |