X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fparser.h;h=40907dcdb86b4b6b5a21b7635463f5d242b310f2;hb=bbb5a5b00b4008684d5c32b3ea2fd21f7a5fad54;hp=a89799bd0558cf54c6fbb2e547e406afd9b132a4;hpb=7df5e45c7f414f6a07681dc4ec2abb63b091a309;p=libs%2Fdatafile.git diff --git a/source/parser.h b/source/parser.h index a89799b..40907dc 100644 --- a/source/parser.h +++ b/source/parser.h @@ -19,11 +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);