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