X-Git-Url: http://git.tdb.fi/?p=libs%2Fdatafile.git;a=blobdiff_plain;f=source%2Fparser.h;h=814fd2771b1240ccb14a86c4c8d5576f26c99d4b;hp=c830c3c8367f5c082788ad864f23eed84266439a;hb=6dd94a7fe90c6467024685fbac769067ddb74688;hpb=55592b9eeaff3d41e5f03b9c0c1566ed508f38a5 diff --git a/source/parser.h b/source/parser.h index c830c3c..814fd27 100644 --- a/source/parser.h +++ b/source/parser.h @@ -8,7 +8,6 @@ Distributed under the LGPL #ifndef MSP_DATAFILE_PARSER_H_ #define MSP_DATAFILE_PARSER_H_ -#include #include #include "input.h" @@ -33,7 +32,7 @@ private: ParserMode *mode; public: - Parser(std::istream &i, const std::string &s); + Parser(IO::Base &i, const std::string &s); ~Parser(); /**