X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=filterseqscommand.h;fp=filterseqscommand.h;h=2ec152bb557eb27970c3660136b1b879f658949d;hb=956cdff34f2d609a7736838b1631cd7957580b8b;hp=848d08a30e29c665f028a31c9f9dd97e0a113c5d;hpb=37309a2552995e5f7f2e04be99b808c803472311;p=mothur.git diff --git a/filterseqscommand.h b/filterseqscommand.h index 848d08a..2ec152b 100644 --- a/filterseqscommand.h +++ b/filterseqscommand.h @@ -24,9 +24,9 @@ public: private: struct linePair { - int start; + unsigned long int start; int num; - linePair(long int i, long int j) : start(i), num(j) {} + linePair(unsigned long int i, long int j) : start(i), num(j) {} }; vector lines; vector processIDS;