std::shared_ptr
[dcpomatic.git] / test / subtitle_trim_test.cc
index 966fc66b6f12910fd6cf9f47274ad4752a6b589c..3a615c8d83d4a3976cc636779c04b216fd8d3916 100644 (file)
@@ -23,7 +23,7 @@
 #include "test.h"
 #include <boost/test/unit_test.hpp>
 
-using boost::shared_ptr;
+using std::shared_ptr;
 using namespace dcpomatic;
 
 /** Check for no crash when trimming DCP subtitles (#1275) */