]> git.tdb.fi Git - libs/datafile.git/blobdiff - source/parser.h
Drop copyright and license notices from source files
[libs/datafile.git] / source / parser.h
index 814fd2771b1240ccb14a86c4c8d5576f26c99d4b..a89799bd0558cf54c6fbb2e547e406afd9b132a4 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspdatafile
-Copyright © 2006-2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_DATAFILE_PARSER_H_
 #define MSP_DATAFILE_PARSER_H_
 
@@ -27,6 +20,7 @@ class Parser
 {
 private:
        Input       in;
+       std::string main_src;
        std::string src;
        bool        good;
        ParserMode  *mode;