X-Git-Url: http://git.tdb.fi/?p=libs%2Fdatafile.git;a=blobdiff_plain;f=source%2Fparser.h;h=40907dcdb86b4b6b5a21b7635463f5d242b310f2;hp=a89799bd0558cf54c6fbb2e547e406afd9b132a4;hb=5c98c1f499413c41fd46ddf71a46b481338d7d6b;hpb=35d0da96bad97214376f18d15078e6d731e6f219 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);