diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-05-23 21:00:11 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-05-23 21:00:11 +0100 |
| commit | 6e24bcc2a3808a556a631e706d2eed0d9e5c9977 (patch) | |
| tree | 32246a64f21a874dca545d73c5d95b62e22f54b5 /src | |
| parent | 4e6b78d055dc3e456c5dbea2cfd584268c1da452 (diff) | |
Add missing virtual destructor.
Diffstat (limited to 'src')
| -rw-r--r-- | src/reel_mxf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/reel_mxf.h b/src/reel_mxf.h index 4235392e..5bfd85d5 100644 --- a/src/reel_mxf.h +++ b/src/reel_mxf.h @@ -43,6 +43,7 @@ public: ReelMXF () {} ReelMXF (boost::optional<std::string> key_id); ReelMXF (boost::shared_ptr<const cxml::Node>); + virtual ~ReelMXF () {} /** @return the 4-character key type for this MXF (MDIK, MDAK, etc.) */ virtual std::string key_type () const = 0; |
