Rename SafeStringStream -> locked_stringstream. Bump deps for removal of stringstream.
[dcpomatic.git] / test / video_content_scale_test.cc
index 6f5d85a11045d4b2c17b9666f1853af33c62e528..e297d0cd231fcf38dee6e8af7c6726ddeb1c1893 100644 (file)
@@ -34,7 +34,7 @@ void
 test (dcp::Size content_size, dcp::Size display_size, dcp::Size film_size, Crop crop, Ratio const * ratio, bool scale, dcp::Size correct)
 {
        shared_ptr<Film> film;
-       SafeStringStream s;
+       locked_stringstream s;
        s << "<?xml version=\"1.0\" encoding=\"UTF-8\"?>"
                "<Content>"
                "<Type>FFmpeg</Type>"