X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fdcpomatic_time.h;h=e6ca493b2bb921e58fbe0fb5c7e7f3c23c9aaf4c;hp=c538357ccbe12c57093fb59bbc91758f8e1a1138;hb=422be0eece2bf6ee80db1d3c21553cd82efff789;hpb=e34db1b3cdb5bce5ddcb112ee03664a4e463032a diff --git a/src/lib/dcpomatic_time.h b/src/lib/dcpomatic_time.h index c538357cc..e6ca493b2 100644 --- a/src/lib/dcpomatic_time.h +++ b/src/lib/dcpomatic_time.h @@ -26,8 +26,8 @@ #define DCPOMATIC_TIME_H #include "frame_rate_change.h" -#include "safe_stringstream.h" #include "dcpomatic_assert.h" +#include #include #include #include @@ -181,7 +181,7 @@ public: int f; split (r, h, m, s, f); - SafeStringStream o; + locked_stringstream o; o.width (2); o.fill ('0'); o << std::setw(2) << std::setfill('0') << h << ":"