diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-06-27 00:06:14 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-06-27 00:10:58 +0200 |
| commit | d305bb807a686fd7850257a724f46a77977fe491 (patch) | |
| tree | f192664bba7d0b37b1b579a1d969379432adda09 /src/asset.h | |
| parent | 9219b9c77f3ce283eb6551a484ee4a6592ccfa30 (diff) | |
Add Asset::unset_hash().
Diffstat (limited to 'src/asset.h')
| -rw-r--r-- | src/asset.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/asset.h b/src/asset.h index c5d50010..9f299acc 100644 --- a/src/asset.h +++ b/src/asset.h @@ -135,6 +135,7 @@ public: std::string hash (boost::function<void (float)> progress = {}) const; void set_hash (std::string hash); + void unset_hash(); protected: |
