forked from organicmaps/organicmaps
changed visibility of Timer::LocalTime method.
This commit is contained in:
parent
d8b0f9f88b
commit
314efd445c
1 changed files with 1 additions and 2 deletions
|
@ -12,11 +12,10 @@ class Timer
|
|||
{
|
||||
double m_startTime;
|
||||
|
||||
static double LocalTime();
|
||||
|
||||
public:
|
||||
Timer();
|
||||
|
||||
static double LocalTime();
|
||||
double ElapsedSeconds() const;
|
||||
void Reset();
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue