X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=formatcolumn.h;h=0fe96ed237d58ccccef2bca45c5a9fcf7d6f358b;hb=d205e70ae86dbee2efc2df02f2717975854de6ba;hp=c713867bf2d95206ef0424763396cb734dd68578;hpb=e1cf60b82a48d4d96e3a696a2d221c56cfb0b298;p=mothur.git diff --git a/formatcolumn.h b/formatcolumn.h index c713867..0fe96ed 100644 --- a/formatcolumn.h +++ b/formatcolumn.h @@ -18,7 +18,7 @@ class FormatColumnMatrix : public FormatMatrix { public: FormatColumnMatrix(string); ~FormatColumnMatrix(); - void read(NameAssignment*); + int read(NameAssignment*); private: ifstream fileHandle;