Minor tweak to the Timer class; kind of pointless
This commit is contained in:
@@ -34,8 +34,8 @@ public:
|
||||
Timer(std::string s);
|
||||
~Timer() = default;
|
||||
|
||||
inline void Start();
|
||||
inline void Stop();
|
||||
void Start();
|
||||
void Stop();
|
||||
|
||||
//accessors and mutators
|
||||
Clock::duration GetTime() { return timeSpan; }
|
||||
|
||||
Reference in New Issue
Block a user