summaryrefslogtreecommitdiff
path: root/src/sound_mxf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound_mxf.h')
-rw-r--r--src/sound_mxf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound_mxf.h b/src/sound_mxf.h
index 42ca2c67..ed0a60d6 100644
--- a/src/sound_mxf.h
+++ b/src/sound_mxf.h
@@ -37,7 +37,7 @@ class SoundMXFWriter;
/** @class SoundMXF
* @brief Representation of a MXF file containing sound
*/
-class SoundMXF : public MXF
+class SoundMXF : public Asset, public MXF
{
public:
SoundMXF (boost::filesystem::path file);