- Renamed methods for consistency.
This commit is contained in:
Paul Beckingham 2014-04-21 16:22:18 -04:00
parent 26fb3c1686
commit b690a8d2a3
5 changed files with 22 additions and 22 deletions

View file

@ -89,7 +89,7 @@ int CmdCustom::execute (std::string& output)
{
context.a3.capture_first (*arg);
Tree* t = context.a3t.capture_first (*arg);
Tree* t = context.a3t.captureFirst (*arg);
t->tag ("CUSTOM");
t->tag ("FILTER");
}