Rename function

This commit is contained in:
WarmUpTill
2024-01-24 13:32:37 +01:00
committed by WarmUpTill
parent 6d1c0dda91
commit 9855f0c64a
4 changed files with 6 additions and 6 deletions

View File

@@ -223,8 +223,8 @@ bool Macro::PerformActions(bool match, bool forceParallel, bool ignorePause)
return ret;
}
bool Macro::ExecutedSince(
const std::chrono::high_resolution_clock::time_point &time)
bool Macro::WasExecutedSince(
const std::chrono::high_resolution_clock::time_point &time) const
{
return _lastExecutionTime > time;
}