X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbinarywriter.cpp;h=87111f00d091ecada4056e70f5c5c299190f20bc;hb=e14c01b5775dd2e324b16ff49498db9b9113c523;hp=59ceffecf28b89f405af90c4e6ed559ee12f8aba;hpb=ffdab05698de3d2d612f04ffc146381c2362d386;p=libs%2Fdatafile.git diff --git a/source/binarywriter.cpp b/source/binarywriter.cpp index 59ceffe..87111f0 100644 --- a/source/binarywriter.cpp +++ b/source/binarywriter.cpp @@ -11,10 +11,7 @@ namespace Msp { namespace DataFile { BinaryWriter::BinaryWriter(Output &o): - WriterMode(o), - next_kwd_id(1), - next_str_id(1), - float_precision(32) + WriterMode(o) { dict[StatementKey("__kwd", "iss")] = -1; dict[StatementKey("__str", "is")] = -2;