]> git.donarmstrong.com Git - mothur.git/blobdiff - helpcommand.h
removed validcommands and put its checking in commandfactory.
[mothur.git] / helpcommand.h
index 4e68388d278c85b69a9a4fb7be9db6e19a4a1253..f6a4aa38570aa047de43839895fc40d30e984fe7 100644 (file)
@@ -12,8 +12,7 @@
 /* This class is designed to aid the user in running mothur. */
 
 #include "command.hpp"
-#include "validcommands.h"
-
+#include "commandfactory.hpp"
 
 class HelpCommand : public Command {
        
@@ -24,7 +23,7 @@ public:
        void help() {};
        
 private:
-       ValidCommands* validCommands;
+       CommandFactory* validCommands;
        
 private: