X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fwriter.h;fp=source%2Fwriter.h;h=df308266d976810217be152efec93d8f2a75b77a;hb=8e3fad222e174b7c659fd3d994d54314657ed989;hp=c8d75e32dcd643bb09e3ec281331800691c99e02;hpb=9867e5fdf99d7d6c9d83846c11a1cee6a9919be1;p=libs%2Fdatafile.git diff --git a/source/writer.h b/source/writer.h index c8d75e3..df30826 100644 --- a/source/writer.h +++ b/source/writer.h @@ -3,7 +3,7 @@ #include #include -#include "binarydict.h" +#include "output.h" namespace Msp { namespace DataFile { @@ -17,7 +17,7 @@ Frontend for writing data. class Writer { private: - IO::Base &out; + Output out; WriterMode *mode; bool binary;