Add Asset::unset_hash().
[libdcp.git] / src / asset.h
index c5d50010a5ce927de5db767c62b693d92803c760..9f299acc08d8265044c0f1373d4772af6795835b 100644 (file)
@@ -135,6 +135,7 @@ public:
        std::string hash (boost::function<void (float)> progress = {}) const;
 
        void set_hash (std::string hash);
+       void unset_hash();
 
 protected: