X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=commandfactory.hpp;fp=commandfactory.hpp;h=55f70eaabf1440488c46679472dd86c36693b088;hb=648ec37228eb16075ace911dd5a5773cdfe683da;hp=0cede38b05904dd9252f8987c8782f32f04cc297;hpb=5ca05ed0a8311b2943c1c0a1fad825785db484d6;p=mothur.git diff --git a/commandfactory.hpp b/commandfactory.hpp index 0cede38..55f70ea 100644 --- a/commandfactory.hpp +++ b/commandfactory.hpp @@ -19,6 +19,7 @@ public: CommandFactory(); ~CommandFactory(); Command* getCommand(string, string); + Command* getCommand(); bool isValidCommand(string); void printCommands(ostream&);