MXF -> Asset in lots of places.
[libdcp.git] / src / reel_mxf_asset.h
index c9637549d88d7e7fa498e3aea9f31ca4fa680182..2dc3af731df116d9f0ef135a7c9252d7f6158c02 100644 (file)
@@ -37,7 +37,7 @@ class ReelMXFAsset : public ReelAsset
 {
 public:
        ReelMXFAsset ();
-       ReelMXFAsset (boost::shared_ptr<Asset> mxf, boost::optional<std::string> key_id, Fraction edit_rate, int64_t intrinsic_duration, int64_t entry_point);
+       ReelMXFAsset (boost::shared_ptr<Asset> asset, boost::optional<std::string> key_id, Fraction edit_rate, int64_t intrinsic_duration, int64_t entry_point);
        ReelMXFAsset (boost::shared_ptr<const cxml::Node>);
 
        /** @return the 4-character key type for this MXF (MDIK, MDAK, etc.) */