diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-11-30 23:50:45 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-11-30 23:50:45 +0000 |
| commit | 4aed3e564381267a36d8707b80f35cafba39fa98 (patch) | |
| tree | 25ce6422c6aa096b850f3be2d6859f759aec1b08 /src | |
| parent | ff3a1516f6c6750773e869089674fa60c305d175 (diff) | |
| parent | 4b002140607903a5f29a25b6071949b169cf4cd2 (diff) | |
Merge.
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. */ |
