X-Git-Url: http://git.tdb.fi/?p=libs%2Fdatafile.git;a=blobdiff_plain;f=source%2Fwritermode.h;h=5014f25cd1801398aa23f3fdc89190a0f3a9c9e9;hp=e5853ceafc88796f2446a1318af9567d149b34d8;hb=6dd94a7fe90c6467024685fbac769067ddb74688;hpb=55592b9eeaff3d41e5f03b9c0c1566ed508f38a5 diff --git a/source/writermode.h b/source/writermode.h index e5853ce..5014f25 100644 --- a/source/writermode.h +++ b/source/writermode.h @@ -8,7 +8,7 @@ Distributed under the LGPL #ifndef MSP_DATAFILE_WRITERMODE_H_ #define MSP_DATAFILE_WRITERMODE_H_ -#include +#include namespace Msp { namespace DataFile { @@ -18,9 +18,9 @@ class Statement; class WriterMode { protected: - std::ostream &out; + IO::Base &out; - WriterMode(std::ostream &o): out(o) { } + WriterMode(IO::Base &o): out(o) { } public: virtual ~WriterMode() { }