X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=nocommands.cpp;fp=nocommands.cpp;h=18a294801c961b7294bcf3985e733798cfe4d77a;hb=de2dc9fb831f569b823031d0730f5a0d739e8290;hp=9ac565bd49088f594a03e30351279b4231d242ea;hpb=cd37904452dc95b183ff313ff05720c562902487;p=mothur.git diff --git a/nocommands.cpp b/nocommands.cpp index 9ac565b..18a2948 100644 --- a/nocommands.cpp +++ b/nocommands.cpp @@ -8,7 +8,6 @@ */ #include "nocommands.h" -#include "validcommands.h" //********************************************************************************************************************** @@ -24,7 +23,7 @@ int NoCommand::execute(){ //Could choose to give more help here?fdsah cout << "Invalid command." << "\n"; - ValidCommands* valid = new ValidCommands(); + CommandFactory* valid = new CommandFactory(); valid->printCommands(cout); delete valid;