From 422be0eece2bf6ee80db1d3c21553cd82efff789 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 22 Jul 2016 10:06:10 +0100 Subject: Rename SafeStringStream -> locked_stringstream. Bump deps for removal of stringstream. --- src/lib/subtitle_content.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/subtitle_content.cc') diff --git a/src/lib/subtitle_content.cc b/src/lib/subtitle_content.cc index 2376aac68..422bb6565 100644 --- a/src/lib/subtitle_content.cc +++ b/src/lib/subtitle_content.cc @@ -21,10 +21,10 @@ #include "subtitle_content.h" #include "util.h" #include "exceptions.h" -#include "safe_stringstream.h" #include "font.h" #include "raw_convert.h" #include "content.h" +#include #include #include #include @@ -249,7 +249,7 @@ SubtitleContent::as_xml (xmlpp::Node* root) const string SubtitleContent::identifier () const { - SafeStringStream s; + locked_stringstream s; s << raw_convert (x_scale()) << "_" << raw_convert (y_scale()) << "_" << raw_convert (x_offset()) -- cgit v1.2.3