Rename SafeStringStream -> locked_stringstream. Bump deps for removal of stringstream.
[dcpomatic.git] / test / test.cc
index 7a759314d8ba4713a7333b32856889746f662044..3ccfd2c35ea84dac9d503b8edc1fe7a4fada9433 100644 (file)
@@ -174,7 +174,7 @@ check_file (boost::filesystem::path ref, boost::filesystem::path check)
        uint8_t* ref_buffer = new uint8_t[buffer_size];
        uint8_t* check_buffer = new uint8_t[buffer_size];
 
-       SafeStringStream error;
+       locked_stringstream error;
        error << "File " << check.string() << " differs from reference " << ref.string();
 
        while (N) {