]> git.tdb.fi Git - libs/datafile.git/blobdiff - source/textwriter.h
Remove dependencies on discontinued packages
[libs/datafile.git] / source / textwriter.h
index de6de457af516e36757ae14f16de3085e79d06a2..ad127debcb0813e98230502b8acfb224178341f8 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspdatafile
-Copyright © 2006  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_DATAFILE_TEXTWRITER_H_
 #define MSP_DATAFILE_TEXTWRITER_H_
 
@@ -17,7 +10,8 @@ class TextWriter: public WriterMode
 {
 public:
        TextWriter(IO::Base &o);
-       void write(const Statement &st);
+
+       virtual void write(const Statement &st);
 private:
        void write_(const Statement &st, unsigned);
 };