changed visibility of Timer::LocalTime method.

This commit is contained in:
rachytski 2012-07-24 14:51:56 -07:00 committed by Alex Zolotarev
parent d8b0f9f88b
commit 314efd445c

View file

@ -12,11 +12,10 @@ class Timer
{
double m_startTime;
static double LocalTime();
public:
Timer();
static double LocalTime();
double ElapsedSeconds() const;
void Reset();
};