X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftextwriter.h;h=ad127debcb0813e98230502b8acfb224178341f8;hb=8d6360cbcd8fe92d97dcba5e68e3adb6f2c0c3bc;hp=de6de457af516e36757ae14f16de3085e79d06a2;hpb=6dd94a7fe90c6467024685fbac769067ddb74688;p=libs%2Fdatafile.git diff --git a/source/textwriter.h b/source/textwriter.h index de6de45..ad127de 100644 --- a/source/textwriter.h +++ b/source/textwriter.h @@ -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); };