X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbinaryparser.cpp;h=4ed2877a4424c2389c890473a0e71918418516ba;hb=HEAD;hp=fa1cf1daa86cd490f3d3697fbf83f5c8949a1a59;hpb=daca21051927eabee098e422fe5a0990acacfb96;p=libs%2Fdatafile.git diff --git a/source/binaryparser.cpp b/source/binaryparser.cpp index fa1cf1d..11e0bad 100644 --- a/source/binaryparser.cpp +++ b/source/binaryparser.cpp @@ -14,9 +14,7 @@ namespace Msp { namespace DataFile { BinaryParser::BinaryParser(Input &i, const string &s): - ParserMode(i, s), - float_precision(32), - cur_info(nullptr) + ParserMode(i, s) { dict[-1] = StatementInfo("__kwd", "iss"); dict[-2] = StatementInfo("__str", "is");