summaryrefslogtreecommitdiff
path: root/src/asset_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/asset_map.h')
-rw-r--r--src/asset_map.h8
1 files changed, 4 insertions, 4 deletions
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<boost::shared_ptr<AssetMapAsset> > assets;