Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/CommandAction/HelpAction.cpp

    re4afb4 r1fd675  
    1919
    2020#include "Helpers/MemDebug.hpp"
     21
     22#include "CommandLineParser.hpp"
    2123
    2224#include <iostream>
     
    5355  return false;
    5456}
     57
     58const string CommandHelpAction::getName() {
     59  return NAME;
     60}
    5561/** =========== end of function ====================== */
Note: See TracChangeset for help on using the changeset viewer.