Rename SafeStringStream -> locked_stringstream. Bump deps for removal of stringstream.
[dcpomatic.git] / src / lib / dcp_content.cc
index ca809df616443c0963e7f5c0dcadfc00dc6bc3ef..431492c7ac29b8b50091d75e1cdbfead4d5e3dac 100644 (file)
@@ -239,7 +239,7 @@ DCPContent::full_length () const
 string
 DCPContent::identifier () const
 {
-       SafeStringStream s;
+       locked_stringstream s;
        s << Content::identifier() << "_" << video->identifier() << "_";
        if (subtitle) {
                s << subtitle->identifier () << " ";