X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbinaryparser.cpp;h=e105393f3d02c16f1fbb21ff5a5922f365e8534b;hb=ffdab05698de3d2d612f04ffc146381c2362d386;hp=8e16498c32ce7dde8380f7c36480057a07efc7c9;hpb=b3b3fc2caf409f8c8ba523bbb3519af13b17e66e;p=libs%2Fdatafile.git diff --git a/source/binaryparser.cpp b/source/binaryparser.cpp index 8e16498..e105393 100644 --- a/source/binaryparser.cpp +++ b/source/binaryparser.cpp @@ -1,5 +1,4 @@ #include -#include #include #include #include "argumentstore.h" @@ -201,7 +200,7 @@ IntType::Store BinaryParser::parse_int() FloatType::Store BinaryParser::parse_float() { - UInt64 encoded = 0; + uint64_t encoded = 0; for(unsigned i=0; i