X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fparsermode.h;h=d599691b11e7f7889e21232ebea2a5db7e016f1b;hb=bbb5a5b00b4008684d5c32b3ea2fd21f7a5fad54;hp=78257ced8427e8e9b6cf5929121c30b517a2f894;hpb=4371289ed39d8135d407bc7bbbfbedea0cfd6dde;p=libs%2Fdatafile.git diff --git a/source/parsermode.h b/source/parsermode.h index 78257ce..d599691 100644 --- a/source/parsermode.h +++ b/source/parsermode.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspdatafile -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_DATAFILE_PARSERMODE_H_ #define MSP_DATAFILE_PARSERMODE_H_ @@ -28,7 +21,7 @@ protected: public: virtual ~ParserMode() { } - virtual Statement parse() =0; + virtual Statement parse() = 0; }; } // namespace DataFile