- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/CommandAction/HelpAction.cpp
r1fd675 re4afb4 19 19 20 20 #include "Helpers/MemDebug.hpp" 21 22 #include "CommandLineParser.hpp"23 21 24 22 #include <iostream> … … 55 53 return false; 56 54 } 57 58 const string CommandHelpAction::getName() {59 return NAME;60 }61 55 /** =========== end of function ====================== */
Note:
See TracChangeset
for help on using the changeset viewer.