summaryrefslogtreecommitdiff
path: root/src/asset.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/asset.cc')
-rw-r--r--src/asset.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/asset.cc b/src/asset.cc
index 15f81015..ef06ea8d 100644
--- a/src/asset.cc
+++ b/src/asset.cc
@@ -131,7 +131,7 @@ Asset::add_file_to_assetmap(AssetMap& asset_map, boost::filesystem::path root, b
string
-Asset::hash (function<void (float)> progress) const
+Asset::hash(function<void (int64_t, int64_t)> progress) const
{
DCP_ASSERT (_file);