X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fparser.h;h=40907dcdb86b4b6b5a21b7635463f5d242b310f2;hb=8955db30f9cd1c1566b349da29e669f065f84e36;hp=814fd2771b1240ccb14a86c4c8d5576f26c99d4b;hpb=6dd94a7fe90c6467024685fbac769067ddb74688;p=libs%2Fdatafile.git diff --git a/source/parser.h b/source/parser.h index 814fd27..40907dc 100644 --- a/source/parser.h +++ b/source/parser.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspdatafile -Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_DATAFILE_PARSER_H_ #define MSP_DATAFILE_PARSER_H_ @@ -26,10 +19,11 @@ statements may be read. class Parser { private: - Input in; + Input in; + std::string main_src; std::string src; - bool good; - ParserMode *mode; + bool good; + ParserMode *mode; public: Parser(IO::Base &i, const std::string &s);