X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=formatphylip.h;h=b920d088cba0673f9c597ad870307084de551afd;hp=9ca14bb782f1c6d4eb2a69890762a421c3384055;hb=aa9238c0a9e6e7aa0ed8b8b606b08ad4fd7dcfe3;hpb=182db2b6f1747bc1e0b8cd3eceec8751abdd31d5 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;