X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=engine.hpp;h=276d29267a298dd7c2f52c9b550b3d9b37c555a0;hb=36a8526766106bce1412e530e99f9c699dd59105;hp=a35b616e6cce63d541684e057a76248481af29ca;hpb=0e14094b51dd81c07c6a56b7b51533eff2332339;p=mothur.git diff --git a/engine.hpp b/engine.hpp index a35b616..276d292 100644 --- a/engine.hpp +++ b/engine.hpp @@ -39,7 +39,7 @@ protected: class BatchEngine : public Engine { public: - BatchEngine(string); + BatchEngine(string, string); ~BatchEngine(); virtual bool getInput(); int openedBatch; @@ -53,7 +53,7 @@ private: class InteractEngine : public Engine { public: - InteractEngine(); + InteractEngine(string); ~InteractEngine(); virtual bool getInput(); private: