Fix Timer Bug
This commit is contained in:
@@ -42,6 +42,11 @@ bool Timer::operator==(const std::string& identifier) const
|
||||
return m_identifier == identifier;
|
||||
}
|
||||
|
||||
bool Timer::operator==(bool running) const
|
||||
{
|
||||
return IsRunning() == running;
|
||||
}
|
||||
|
||||
std::string Timer::Identifier() const
|
||||
{
|
||||
return m_identifier;
|
||||
|
||||
Reference in New Issue
Block a user