]> git.donarmstrong.com Git - mothur.git/blobdiff - systemcommand.h
1.18.0
[mothur.git] / systemcommand.h
index 892ac96268baeb2557c51cc67dd0fc571ea4dbfa..8c959cfb52302df67651a4196ea533751ad596a1 100644 (file)
@@ -18,10 +18,10 @@ class SystemCommand : public Command {
        public:
        
                SystemCommand(string);  
-               SystemCommand() { abort = true; calledHelp = true; }
+               SystemCommand() { setParameters(); abort = true; calledHelp = true; }
                ~SystemCommand(){}
        
-               vector<string> setParameters() { return outputNames; } //dummy does not do anything
+               vector<string> setParameters();
                string getCommandName()                 { return "system";              }
                string getCommandCategory()             { return "General";             }
                string getHelpString();