X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fparser.h;h=3a42273eb783e98b74e13fb16e9f213917650c43;hb=4371289ed39d8135d407bc7bbbfbedea0cfd6dde;hp=c830c3c8367f5c082788ad864f23eed84266439a;hpb=505042fcda16151f5ace243c243d34af3efcf677;p=libs%2Fdatafile.git diff --git a/source/parser.h b/source/parser.h index c830c3c..3a42273 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" @@ -28,12 +27,13 @@ class Parser { private: Input in; + std::string main_src; std::string src; bool good; ParserMode *mode; public: - Parser(std::istream &i, const std::string &s); + Parser(IO::Base &i, const std::string &s); ~Parser(); /**