]> git.tdb.fi Git - libs/datafile.git/blobdiff - source/binaryparser.h
Style fixes
[libs/datafile.git] / source / binaryparser.h
index 26fa380e4e290b67c4172449a009cc47991b5efc..2cdfbbeaba296e919ff68abb92015eb2647fbf38 100644 (file)
@@ -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