diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/asset.h | 2 |
1 files changed, 2 insertions, 0 deletions
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. */ |
