From 32e93176fa91b215d68dee24e7887a21041da54c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 31 Jul 2012 11:41:22 +0100 Subject: Use int64 in a few places. --- src/asset_map.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/asset_map.h') diff --git a/src/asset_map.h b/src/asset_map.h index 754528ec..34e301a5 100644 --- a/src/asset_map.h +++ b/src/asset_map.h @@ -10,9 +10,9 @@ public: Chunk (xmlpp::Node const * node); std::string path; - int volume_index; - int offset; - int length; + int64_t volume_index; + int64_t offset; + int64_t length; }; class AssetMapAsset : public XMLNode @@ -33,7 +33,7 @@ public: std::string id; std::string creator; - int volume_count; + int64_t volume_count; std::string issue_date; std::string issuer; std::list > assets; -- cgit v1.2.3