summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-05-24 11:28:06 +0100
committerCarl Hetherington <cth@carlh.net>2016-05-24 11:28:06 +0100
commit043d382cb7360f35e97b9057045c6a255b905443 (patch)
treeba19106ccdc619b443ef10bd3363e684413d7503
parent437f928f7d7209c9e4c8ea3e3b5d0e8dc43b54a8 (diff)
parent6e24bcc2a3808a556a631e706d2eed0d9e5c9977 (diff)
Merge branch '1.0' of git.carlh.net:git/libdcp into 1.0
-rw-r--r--src/reel_mxf.h1
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;