X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbinaryparser.h;h=e6735f2435a71c447450ecd58aacbf46342859be;hb=6653c7d83dbe1fe81a541a125be8bb808b234eb7;hp=b4fec6b4c9e681f6f635a7e348868d65097eddeb;hpb=19179a622c1de88de5ed7047643eec79f285bf2a;p=libs%2Fdatafile.git diff --git a/source/binaryparser.h b/source/binaryparser.h index b4fec6b..e6735f2 100644 --- a/source/binaryparser.h +++ b/source/binaryparser.h @@ -26,9 +26,9 @@ private: public: BinaryParser(Input &i, const std::string &s); - virtual Statement parse(); + virtual Statement parse(bool); private: - Statement parse_statement(); + Statement parse_statement(bool); IntType::Store parse_int(); FloatType::Store parse_float(); StringType::Store parse_string();