X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sequencedb.h;h=eb89454e0235117131194e61924a91f6487c4188;hb=edec660ee2be477ac1539109d949a60cb7e16243;hp=5dcf9bd9ffb721378a2523cc447702d887dd22a8;hpb=3117b1c3109121dff476997d3c5db5b47a77729b;p=mothur.git diff --git a/sequencedb.h b/sequencedb.h index 5dcf9bd..eb89454 100644 --- a/sequencedb.h +++ b/sequencedb.h @@ -36,7 +36,7 @@ public: void changeSize(int); //resizes data void clear(); //clears data - remeber to loop through and delete the sequences inside or you will have a memory leak int size(); //returns datas size - void print(ofstream&); //loops through data using sequence class print + void print(ostream&); //loops through data using sequence class print private: vector data;