summaryrefslogtreecommitdiff
path: root/test/interop_subtitle_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-11-13 14:53:56 +0100
committerCarl Hetherington <cth@carlh.net>2022-11-13 15:14:27 +0100
commit970315483257522808270ca0f7a72c2c5c7fc26a (patch)
tree134ba2e58dd499c53f49f4dcb36688762cf16dc6 /test/interop_subtitle_test.cc
parentcbdb96e4bb93c409fca737b1a5141ab3d48fb30e (diff)
Disambiguate make_shared for Windows build.new-mxe
Diffstat (limited to 'test/interop_subtitle_test.cc')
-rw-r--r--test/interop_subtitle_test.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/interop_subtitle_test.cc b/test/interop_subtitle_test.cc
index 76aafe32..c86e9b49 100644
--- a/test/interop_subtitle_test.cc
+++ b/test/interop_subtitle_test.cc
@@ -735,7 +735,7 @@ BOOST_AUTO_TEST_CASE (write_interop_subtitle_test)
);
c.add (
- make_shared<dcp::SubtitleString>(
+ std::make_shared<dcp::SubtitleString>(
boost::optional<string> (),
true,
true,
@@ -761,7 +761,7 @@ BOOST_AUTO_TEST_CASE (write_interop_subtitle_test)
);
c.add (
- make_shared<dcp::SubtitleString>(
+ std::make_shared<dcp::SubtitleString>(
boost::optional<string> (),
true,
true,
@@ -847,7 +847,7 @@ BOOST_AUTO_TEST_CASE (write_interop_subtitle_test2)
);
c.add (
- make_shared<dcp::SubtitleString>(
+ std::make_shared<dcp::SubtitleString>(
boost::optional<string>(),
true,
true,