X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=alignmentdb.h;fp=alignmentdb.h;h=27d0434e7cbc453c6cf98dba633d65d8a9bf7790;hb=d3aed959ca3b68890eeb7b815e24210bcfeb256c;hp=22d2dd35c044a652fabafbc5deb1bef3f2022391;hpb=fc1ed1ae1b022719176910ab71993bd6535810ad;p=mothur.git diff --git a/alignmentdb.h b/alignmentdb.h index 22d2dd3..27d0434 100644 --- a/alignmentdb.h +++ b/alignmentdb.h @@ -22,6 +22,7 @@ public: AlignmentDB(string, string, int, float, float, float, float); //reads fastafile passed in and stores sequences AlignmentDB(string); + AlignmentDB(const AlignmentDB& adb); ~AlignmentDB(); Sequence findClosestSequence(Sequence*);