]> git.tdb.fi Git - libs/datafile.git/blobdiff - source/binaryparser.h
Drop copyright and license notices from source files
[libs/datafile.git] / source / binaryparser.h
index 26fa380e4e290b67c4172449a009cc47991b5efc..f6736faa0a0fb701cbfd4867245993e8855d21a5 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();