diff --git a/base/timer.hpp b/base/timer.hpp index 92799aa702..232e76fc10 100644 --- a/base/timer.hpp +++ b/base/timer.hpp @@ -12,11 +12,10 @@ class Timer { double m_startTime; - static double LocalTime(); - public: Timer(); + static double LocalTime(); double ElapsedSeconds() const; void Reset(); };