]> git.donarmstrong.com Git - mothur.git/blobdiff - validparameter.h
1.12.0
[mothur.git] / validparameter.h
index 5007948ae1e556b5f7a2a6fe13eeb030ab899909..782931f7a6ae998b896d89720116891acb080518 100644 (file)
@@ -11,6 +11,7 @@
  */
 
 #include "mothur.h"
+#include "mothurout.h"
 
 //This class contains a list of all valid parameters in Mothur.  
 //It has a function which will tell you if your parameter is valid.
@@ -26,11 +27,12 @@ class ValidParameters {
                bool isValidParameter(string, vector<string>, string);
                vector <string> addParameters(string[], int);
                void initParameterRanges();
-               string validFile(map<string, string>, string, bool); //container, parameter, isFile
+               string validFile(map<string, string>&, string, bool); //container, parameter, isFile
 
        private:
                map<string, string>::iterator it;
                map<string, vector<string> > parameterRanges;
+               MothurOut* m;
 
 };