X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=nocommands.h;h=8c1d7222964a40de5cd06835260c2a5323238584;hb=1a968f34ae2d2680eaf189a197d1a21b8dfd6c03;hp=a5855dced6a50c8a808464421ceb34dd6cd5aa24;hpb=49d2b7459c5027557564b21e9487dadafbbbdc96;p=mothur.git diff --git a/nocommands.h b/nocommands.h index a5855dc..8c1d722 100644 --- a/nocommands.h +++ b/nocommands.h @@ -25,7 +25,7 @@ public: string getCommandName() { return "NoCommand"; } string getCommandCategory() { return "Hidden"; } string getHelpString() { return "No Command"; } - string getOutputFileNameTag(string, string) { return ""; } + string getOutputPattern(string) { return ""; } string getCitation() { return "no citation"; } string getDescription() { return "no description"; }