X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=formatphylip.h;h=b920d088cba0673f9c597ad870307084de551afd;hb=f06b339c5fc4b6d1b9d2a08fe16bf7670bf7aeb4;hp=9ca14bb782f1c6d4eb2a69890762a421c3384055;hpb=e1cf60b82a48d4d96e3a696a2d221c56cfb0b298;p=mothur.git diff --git a/formatphylip.h b/formatphylip.h index 9ca14bb..b920d08 100644 --- a/formatphylip.h +++ b/formatphylip.h @@ -19,7 +19,7 @@ class FormatPhylipMatrix : public FormatMatrix { public: FormatPhylipMatrix(string); ~FormatPhylipMatrix(); - void read(NameAssignment*); + int read(NameAssignment*); private: ifstream fileHandle; string filename;