X-Git-Url: http://git.tdb.fi/?p=libs%2Fdatafile.git;a=blobdiff_plain;f=source%2Fwriter.h;h=e62e8bce2851313d6a9cb10e4df86531920dbd4e;hp=698bade8f650cf45198ee92ac147f18a10540b02;hb=6dd94a7fe90c6467024685fbac769067ddb74688;hpb=55592b9eeaff3d41e5f03b9c0c1566ed508f38a5 diff --git a/source/writer.h b/source/writer.h index 698bade..e62e8bc 100644 --- a/source/writer.h +++ b/source/writer.h @@ -9,7 +9,7 @@ Distributed under the LGPL #define MSP_DATAFILE_WRITER_H_ #include -#include +#include #include "binarydict.h" namespace Msp { @@ -24,12 +24,12 @@ Frontend for writing data. class Writer { private: - std::ostream &out; + IO::Base &out; WriterMode *mode; bool binary; public: - Writer(std::ostream &o); + Writer(IO::Base &o); /** Writes a statement to the output. This function always writes a complete