diff options
Diffstat (limited to 'src/lib/sndfile_content.cc')
| -rw-r--r-- | src/lib/sndfile_content.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/sndfile_content.cc b/src/lib/sndfile_content.cc index 3efba6fd5..ba3bd0a77 100644 --- a/src/lib/sndfile_content.cc +++ b/src/lib/sndfile_content.cc @@ -25,11 +25,11 @@ #include "compose.hpp" #include "job.h" #include "util.h" +#include "safe_stringstream.h" #include "i18n.h" using std::string; -using std::stringstream; using std::cout; using boost::shared_ptr; using libdcp::raw_convert; @@ -76,7 +76,7 @@ SndfileContent::information () const return ""; } - stringstream s; + SafeStringStream s; s << String::compose ( _("%1 channels, %2kHz, %3 samples"), |
