X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=helpcommand.h;h=c303678131df5a937174ed1a2b3e75858e174877;hp=58356d13fa21b6f0c81377915618fff9c277473b;hb=0470f6d037aacb3563c3f7010708120a4a67d4e6;hpb=bede5752eaeedb5a7e339439b6ba2f6670bca2b9 diff --git a/helpcommand.h b/helpcommand.h index 58356d1..c303678 100644 --- a/helpcommand.h +++ b/helpcommand.h @@ -14,19 +14,19 @@ #include "command.hpp" #include "globaldata.hpp" #include "validcommands.h" -#include "validcalculator.h" class HelpCommand : public Command { public: - HelpCommand(); + HelpCommand(string); ~HelpCommand(); int execute(); + void help() {}; + private: GlobalData* globaldata; ValidCommands* validCommands; - ValidCalculators* validCalcs; private: