]> git.tdb.fi Git - libs/datafile.git/blobdiff - source/parser.h
Introduce the concept of future objects
[libs/datafile.git] / source / parser.h
index 3a42273eb783e98b74e13fb16e9f213917650c43..40907dcdb86b4b6b5a21b7635463f5d242b310f2 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_
 
@@ -26,11 +19,11 @@ statements may be read.
 class Parser
 {
 private:
-       Input       in;
+       Input in;
        std::string main_src;
        std::string src;
-       bool        good;
-       ParserMode  *mode;
+       bool good;
+       ParserMode *mode;
 
 public:
        Parser(IO::Base &i, const std::string &s);