X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Ftextwriter.h;h=e265d2fbb50d80c71352183928f8ae136fe2824a;hb=8e3fad222e174b7c659fd3d994d54314657ed989;hp=a0ed1b79888e882a86b083d0a037c6126887ba78;hpb=9867e5fdf99d7d6c9d83846c11a1cee6a9919be1;p=libs%2Fdatafile.git diff --git a/source/textwriter.h b/source/textwriter.h index a0ed1b7..e265d2f 100644 --- a/source/textwriter.h +++ b/source/textwriter.h @@ -12,7 +12,7 @@ private: std::string float_format; public: - TextWriter(IO::Base &o); + TextWriter(Output &o); virtual void set_float_precision(unsigned); virtual void write(const Statement &st);