Rename SafeStringStream -> locked_stringstream. Bump deps for removal of stringstream.
[dcpomatic.git] / src / tools / dcpomatic.cc
index 88310ad3ef42dc9d6f7dee1c3498b5f56fe8d59a..ac5b8a5448c15c91dd1b19264f5551f805893d92 100644 (file)
@@ -927,7 +927,7 @@ private:
                }
 
                for (size_t i = 0; i < history.size(); ++i) {
-                       SafeStringStream s;
+                       locked_stringstream s;
                        if (i < 9) {
                                s << "&" << (i + 1) << " ";
                        }