]> git.donarmstrong.com Git - mothur.git/blobdiff - seqsummarycommand.h
Added summary.qual command. Added fontsize parameter to heatmap.sim and venn commands
[mothur.git] / seqsummarycommand.h
index 32947cac88b546e386e7e9960715364e384db3b3..d37d6f43b50b3b567d267ab82dd83db459f126df 100644 (file)
@@ -61,7 +61,7 @@ private:
 //custom data structure for threads to use.
 // This is passed by void pointer so it can be any data type
 // that can be passed using a single void pointer (LPVOID).
-typedef struct seqSumData {
+struct seqSumData {
        vector<int>* startPosition;
        vector<int>* endPosition;
        vector<int>* seqLength;