X-Git-Url: http://git.tdb.fi/?p=libs%2Fdatafile.git;a=blobdiff_plain;f=source%2Fbinaryparser.h;h=b4fec6b4c9e681f6f635a7e348868d65097eddeb;hp=f9b8e542865fac10550c8a5c5105d40819efcd69;hb=19179a622c1de88de5ed7047643eec79f285bf2a;hpb=5fd2c13c3036ea6a767802fdc9a2ab809ef8ec17 diff --git a/source/binaryparser.h b/source/binaryparser.h index f9b8e54..b4fec6b 100644 --- a/source/binaryparser.h +++ b/source/binaryparser.h @@ -15,12 +15,13 @@ Parses data in binary format. class BinaryParser: public ParserMode { private: - typedef std::map Dictionary; + typedef std::map Dictionary; typedef std::map StringMap; Dictionary dict; StringMap strings; bool first; + unsigned float_precision; public: BinaryParser(Input &i, const std::string &s);