Remove unnecessary Content class.
[libdcp.git] / src / reel_picture_asset.h
index 1607379a0993630b0ade428a9588b9643b85bfb6..fd4d11fce33a2e1b047ca398d67707d57b97e3a6 100644 (file)
@@ -36,7 +36,7 @@ class ReelPictureAsset : public ReelMXFAsset
 {
 public:
        ReelPictureAsset ();
-       ReelPictureAsset (boost::shared_ptr<PictureMXF> content, int64_t entry_point);
+       ReelPictureAsset (boost::shared_ptr<PictureMXF> asset, int64_t entry_point);
        ReelPictureAsset (boost::shared_ptr<const cxml::Node>);
 
        virtual void write_to_cpl (xmlpp::Node* node, Standard standard) const;
@@ -44,7 +44,7 @@ public:
 
        /** @return the PictureMXF that this object refers to */
        boost::shared_ptr<PictureMXF> mxf () {
-               return boost::dynamic_pointer_cast<PictureMXF> (_content.object ());
+               return boost::dynamic_pointer_cast<PictureMXF> (_asset.object ());
        }
 
        /** @return picture frame rate */