X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fasset.h;h=cc6fbcb7c374f7ec06ed98afd004fc2b3e875d1b;hb=4aed3e564381267a36d8707b80f35cafba39fa98;hp=492f16be822e0a9f7125d7368dd8f31ad401ae67;hpb=72b72371d9dbfc96bb7d2fa5b687205a08dddccc;p=libdcp.git diff --git a/src/asset.h b/src/asset.h index 492f16be..cc6fbcb7 100644 --- a/src/asset.h +++ b/src/asset.h @@ -49,6 +49,8 @@ public: */ Asset (std::string directory, std::string file_name = ""); + virtual ~Asset() {} + /** Write details of the asset to a CPL stream. * @param s Stream. */