Rename SafeStringStream -> locked_stringstream. Bump deps for removal of stringstream.
[dcpomatic.git] / src / lib / job.cc
index b316cddf7fa2740af8ff0de774d5a425af66107d..585e8fb0d29ace1bdf905fe9ab5fdab691a20fcc 100644 (file)
@@ -376,7 +376,7 @@ Job::status () const
        int const t = elapsed_sub_time ();
        int const r = remaining_time ();
 
-       SafeStringStream s;
+       locked_stringstream s;
        if (!finished () && p) {
                int pc = lrintf (p.get() * 100);
                if (pc == 100) {