X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbinaryparser.h;h=b4fec6b4c9e681f6f635a7e348868d65097eddeb;hb=8955db30f9cd1c1566b349da29e669f065f84e36;hp=b10d7b8791916a8e5ce37257c88da1b33603f6bd;hpb=e0af585ed57bdb5b1ea4f4a415fda13b5d99d2dc;p=libs%2Fdatafile.git diff --git a/source/binaryparser.h b/source/binaryparser.h index b10d7b8..b4fec6b 100644 --- a/source/binaryparser.h +++ b/source/binaryparser.h @@ -21,6 +21,7 @@ private: Dictionary dict; StringMap strings; bool first; + unsigned float_precision; public: BinaryParser(Input &i, const std::string &s);