summaryrefslogtreecommitdiff
path: root/src/sound_asset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound_asset.h')
-rw-r--r--src/sound_asset.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sound_asset.h b/src/sound_asset.h
index a0dd0a6e..06edfc33 100644
--- a/src/sound_asset.h
+++ b/src/sound_asset.h
@@ -24,7 +24,7 @@
* @brief An asset made up of WAV files
*/
-#include "asset.h"
+#include "mxf_asset.h"
#include "types.h"
namespace libdcp
@@ -33,7 +33,7 @@ namespace libdcp
class SoundFrame;
/** @brief An asset made up of WAV files */
-class SoundAsset : public Asset
+class SoundAsset : public MXFAsset
{
public:
/** Construct a SoundAsset, generating the MXF from the WAV files.