diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-11-12 22:24:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-11-19 22:34:01 +0100 |
| commit | c46f6125c482f2a3361cd33d1e1163927f038e9d (patch) | |
| tree | 8b905cb411c395e617ba2c6d583497e1f4f43dea /src/asset.cc | |
| parent | e3fa86ef35f212b14b593dd36dbff66e845d37e4 (diff) | |
Report progress with done/total rather than a float.
Diffstat (limited to 'src/asset.cc')
| -rw-r--r-- | src/asset.cc | 2 |
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); |
