X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fwritermode.h;h=21df83fd428db75f360dde92728c15896f8aebbe;hb=9867e5fdf99d7d6c9d83846c11a1cee6a9919be1;hp=793a67cf25dc2cbb02951c728a68b77ef2922562;hpb=215e719d0ef85f748898660d15d01e77ac551de9;p=libs%2Fdatafile.git diff --git a/source/writermode.h b/source/writermode.h index 793a67c..21df83f 100644 --- a/source/writermode.h +++ b/source/writermode.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_WRITERMODE_H_ #define MSP_DATAFILE_WRITERMODE_H_ @@ -24,6 +17,7 @@ protected: public: virtual ~WriterMode() { } + virtual void set_float_precision(unsigned) = 0; virtual void write(const Statement &st) = 0; };