X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=mussa.git;a=blobdiff_plain;f=alg%2Fsequence.hpp;h=fc8a0cfe7b2eea9d2690f5adfdc9af5b0b175544;hp=1a4c9eb7a1e6d93079d6a98179efa24469fe6450;hb=f3c0553a22b0e4ddc39ee45f51725352d92e97f1;hpb=5e4c30bbdd87540257a0414bdb09d61ba9690ba8 diff --git a/alg/sequence.hpp b/alg/sequence.hpp index 1a4c9eb..fc8a0cf 100644 --- a/alg/sequence.hpp +++ b/alg/sequence.hpp @@ -203,7 +203,7 @@ public: void load_annot(const boost::filesystem::path file_path, int start_index, int end_index); //! load sequence annotations //! \throws mussa_load_error - void load_annot(std::fstream& data_stream, int start_index, int end_index); + void load_annot(std::istream& data_stream, int start_index, int end_index); //! parse annotation file /*! \throws annotation_load_error */