diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-11-13 14:53:56 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-11-13 15:14:27 +0100 |
| commit | 970315483257522808270ca0f7a72c2c5c7fc26a (patch) | |
| tree | 134ba2e58dd499c53f49f4dcb36688762cf16dc6 /test/test.cc | |
| parent | cbdb96e4bb93c409fca737b1a5141ab3d48fb30e (diff) | |
Disambiguate make_shared for Windows build.new-mxe
Diffstat (limited to 'test/test.cc')
| -rw-r--r-- | test/test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.cc b/test/test.cc index a2016e92..450ff514 100644 --- a/test/test.cc +++ b/test/test.cc @@ -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, |
