]> git.donarmstrong.com Git - mothur.git/blobdiff - commandfactory.hpp
broke up globaldata and moved error checking and help into commands
[mothur.git] / commandfactory.hpp
index f715b8488c626e1de22e46b6e624d04d599f76d1..e3eea41cd73e3583e57f5f2ce503233b54a02d55 100644 (file)
@@ -18,7 +18,7 @@ class CommandFactory {
 public:
        CommandFactory();
        ~CommandFactory();
-       Command* getCommand(string);
+       Command* getCommand(string, string);
 private:
        Command* command;