Various tinkerings.
[libdcp.git] / src / reel_asset.cc
index 8e03b5c4046d93eb30174b7addfb4746a73945c1..28b1937c24afec8fe51253d9860dbb52c870bfea 100644 (file)
@@ -40,7 +40,7 @@ ReelAsset::ReelAsset ()
 
 }
 
-ReelAsset::ReelAsset (shared_ptr<Content> content, int64_t entry_point)
+ReelAsset::ReelAsset (boost::shared_ptr<Content> content, int64_t entry_point)
        : Object (content->id ())
        , _content (content)
        , _edit_rate (content->edit_rate ())
@@ -52,7 +52,7 @@ ReelAsset::ReelAsset (shared_ptr<Content> content, int64_t entry_point)
 
 }
 
-ReelAsset::ReelAsset (shared_ptr<const cxml::Node> node)
+ReelAsset::ReelAsset (boost::shared_ptr<const cxml::Node> node)
        : Object (node->string_child ("Id"))
        , _content (_id)
        , _annotation_text (node->optional_string_child ("AnnotationText").get_value_or (""))