X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbinaryparser.h;fp=source%2Fbinaryparser.h;h=b10d7b8791916a8e5ce37257c88da1b33603f6bd;hb=e0af585ed57bdb5b1ea4f4a415fda13b5d99d2dc;hp=f9b8e542865fac10550c8a5c5105d40819efcd69;hpb=10c7c4157f02e3abbb7a0505bfc2985b67e04043;p=libs%2Fdatafile.git diff --git a/source/binaryparser.h b/source/binaryparser.h index f9b8e54..b10d7b8 100644 --- a/source/binaryparser.h +++ b/source/binaryparser.h @@ -15,7 +15,7 @@ Parses data in binary format. class BinaryParser: public ParserMode { private: - typedef std::map Dictionary; + typedef std::map Dictionary; typedef std::map StringMap; Dictionary dict;