]> git.tdb.fi Git - libs/datafile.git/blobdiff - source/textparser.h
Use the functions from maputils.h in various places
[libs/datafile.git] / source / textparser.h
index bfae4af2e6389fd15203cfa13866bd32e8ebab9b..2aefea91406a2dfe17b9d67835b255a26a0dade8 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspdatafile
-Copyright © 2007-2008  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_DATAFILE_TEXTPARSER_H_
 #define MSP_DATAFILE_TEXTPARSER_H_
 
@@ -19,6 +12,7 @@ class TextParser: public ParserMode
 {
 public:
        TextParser(Input &, const std::string &);
+
        virtual Statement parse();
 protected:
        Statement parse_statement(const Token *);