Rename SafeStringStream -> locked_stringstream. Bump deps for removal of stringstream.
[dcpomatic.git] / src / wx / dolby_doremi_certificate_panel.cc
index c4238319c94430106f6e31defd8bbe19737fb83a..fcff93a068a2d0c3b9a38f15fb2f0e67e2eb2301 100644 (file)
@@ -205,7 +205,7 @@ DolbyDoremiCertificatePanel::finish_download (string serial, wxStaticText* messa
        } else {
                message->SetLabel (wxT (""));
 
-               SafeStringStream s;
+               locked_stringstream s;
                BOOST_FOREACH (string e, errors) {
                        s << e << "\n";
                }