X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbinaryparser.h;h=b4fec6b4c9e681f6f635a7e348868d65097eddeb;hb=bbb5a5b00b4008684d5c32b3ea2fd21f7a5fad54;hp=f9b8e542865fac10550c8a5c5105d40819efcd69;hpb=5fd2c13c3036ea6a767802fdc9a2ab809ef8ec17;p=libs%2Fdatafile.git 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);