X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fparser.h;h=3a42273eb783e98b74e13fb16e9f213917650c43;hb=4371289ed39d8135d407bc7bbbfbedea0cfd6dde;hp=814fd2771b1240ccb14a86c4c8d5576f26c99d4b;hpb=6dd94a7fe90c6467024685fbac769067ddb74688;p=libs%2Fdatafile.git diff --git a/source/parser.h b/source/parser.h index 814fd27..3a42273 100644 --- a/source/parser.h +++ b/source/parser.h @@ -27,6 +27,7 @@ class Parser { private: Input in; + std::string main_src; std::string src; bool good; ParserMode *mode;