diff options
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; |
