]> git.donarmstrong.com Git - mothur.git/blobdiff - venn.h
Added summary.qual command. Added fontsize parameter to heatmap.sim and venn commands
[mothur.git] / venn.h
diff --git a/venn.h b/venn.h
index c5c5f6f80991a6751f2671a03d6e9c1459cd8c38..50d49d1b98c4c364faed44366534daf91d017b55 100644 (file)
--- a/venn.h
+++ b/venn.h
@@ -19,7 +19,7 @@
 
 class Venn {
 public:
-       Venn(string, bool, string);
+       Venn(string, bool, string, int);
        ~Venn(){};
 
        vector<string> getPic(SAbundVector*, vector<Calculator*>);
@@ -31,6 +31,7 @@ private:
        ofstream outsvg;
        MothurOut* m;
        bool nseqs;
+       int fontSize;
 };
 
 /***********************************************************************/