Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/UIElements/CommandLineUI/CommandLineWindow.cpp

    r326bbe rb2d8d0  
    4444  for (std::list<std::string>::iterator CommandRunner = CommandLineParser::getInstance().SequenceOfActions.begin(); CommandRunner != CommandLineParser::getInstance().SequenceOfActions.end(); ++CommandRunner) {
    4545    cout << "Checking presence of " << *CommandRunner << ": ";
    46     if (ActionRegistry::getInstance().isActionByNamePresent(*CommandRunner)) {
     46    if (ActionRegistry::getInstance().isActionPresentByName(*CommandRunner)) {
    4747      cout << "calling " << *CommandRunner << endl;
    4848      ActionRegistry::getInstance().getActionByName(*CommandRunner)->call();
Note: See TracChangeset for help on using the changeset viewer.