summaryrefslogtreecommitdiff
path: root/src/reel_picture_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-07-20 14:36:16 +0100
committerCarl Hetherington <cth@carlh.net>2014-07-20 14:36:16 +0100
commit454e76146a5bd522e47ebbedd490e89ef95dd186 (patch)
tree680f06149597f5ca28c3235e8f570e953b8b6ec3 /src/reel_picture_asset.h
parentb371e448833d5a2bac837698c756f27786e38737 (diff)
Put ReelAsset key id into a new ReelMXFAsset.
Diffstat (limited to 'src/reel_picture_asset.h')
-rw-r--r--src/reel_picture_asset.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/reel_picture_asset.h b/src/reel_picture_asset.h
index 31b370c6..e635e850 100644
--- a/src/reel_picture_asset.h
+++ b/src/reel_picture_asset.h
@@ -24,7 +24,7 @@
#ifndef LIBDCP_REEL_PICTURE_ASSET_H
#define LIBDCP_REEL_PICTURE_ASSET_H
-#include "reel_asset.h"
+#include "reel_mxf_asset.h"
#include "picture_mxf.h"
namespace dcp {
@@ -32,7 +32,7 @@ namespace dcp {
/** @class ReelPictureAsset
* @brief Part of a Reel's description which refers to a picture MXF.
*/
-class ReelPictureAsset : public ReelAsset
+class ReelPictureAsset : public ReelMXFAsset
{
public:
ReelPictureAsset ();