X-Git-Url: http://git.tdb.fi/?p=libs%2Fdatafile.git;a=blobdiff_plain;f=source%2Fbinarywriter.cpp;h=4fc35c00449e380b7562fe33ef66dd4cca4e20a5;hp=75cdded3c4de0bb9ce8f6a776be3a13c36aa48c5;hb=6dd94a7fe90c6467024685fbac769067ddb74688;hpb=55592b9eeaff3d41e5f03b9c0c1566ed508f38a5 diff --git a/source/binarywriter.cpp b/source/binarywriter.cpp index 75cdded..4fc35c0 100644 --- a/source/binarywriter.cpp +++ b/source/binarywriter.cpp @@ -13,7 +13,7 @@ using namespace std; namespace Msp { namespace DataFile { -BinaryWriter::BinaryWriter(ostream &o): +BinaryWriter::BinaryWriter(IO::Base &o): WriterMode(o), next_st_id(3), next_enum_id(1)