X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbinaryparser.h;h=2cdfbbeaba296e919ff68abb92015eb2647fbf38;hb=5c98c1f499413c41fd46ddf71a46b481338d7d6b;hp=26fa380e4e290b67c4172449a009cc47991b5efc;hpb=d84673be1c2fe8bd32ddaa7877529855cad6daa0;p=libs%2Fdatafile.git diff --git a/source/binaryparser.h b/source/binaryparser.h index 26fa380..2cdfbbe 100644 --- a/source/binaryparser.h +++ b/source/binaryparser.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspdatafile -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_DATAFILE_BINARYPARSER_H_ #define MSP_DATAFILE_BINARYPARSER_H_ @@ -30,7 +23,8 @@ private: public: BinaryParser(Input &i, const std::string &s); - Statement parse(); + + virtual Statement parse(); private: Statement parse_statement(); long long parse_int(); @@ -38,7 +32,6 @@ private: std::string parse_string(); bool parse_bool(); std::string parse_enum(); - const std::string &lookup_string(unsigned) const; }; } // namespace DataFile