Fix some ambiguous shared_ptrs, seen on Arch Linux.
[libdcp.git] / test / test.cc
index a2016e92ff00e22650e7123a262ce970be19a449..450ff51482b7a26d49b2a60cbbfcebdc657f9160 100644 (file)
@@ -386,7 +386,7 @@ make_simple (boost::filesystem::path path, int reels, int frames, dcp::Standard
 shared_ptr<dcp::Subtitle>
 simple_subtitle ()
 {
-       return make_shared<dcp::SubtitleString>(
+       return std::make_shared<dcp::SubtitleString>(
                optional<string>(),
                false,
                false,