Rename function

This commit is contained in:
WarmUpTill
2022-01-30 22:22:52 +01:00
committed by WarmUpTill
parent 1e7726bcfc
commit a81ee605d6
6 changed files with 9 additions and 9 deletions

View File

@@ -75,8 +75,8 @@ public:
virtual ~Macro();
bool CeckMatch();
bool PerformAction(bool forceParallel = false,
bool ignorePause = false);
bool PerformActions(bool forceParallel = false,
bool ignorePause = false);
bool Matched() { return _matched; }
std::string Name() { return _name; }
void SetName(const std::string &name);