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/video_content_scale.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/video_content_scale.cc') diff --git a/src/lib/video_content_scale.cc b/src/lib/video_content_scale.cc index a1673d3de..47ceab5d1 100644 --- a/src/lib/video_content_scale.cc +++ b/src/lib/video_content_scale.cc @@ -21,8 +21,8 @@ #include "video_content_scale.h" #include "video_content.h" #include "ratio.h" -#include "safe_stringstream.h" #include "util.h" +#include #include #include #include @@ -85,7 +85,7 @@ VideoContentScale::as_xml (xmlpp::Node* node) const string VideoContentScale::id () const { - SafeStringStream s; + locked_stringstream s; if (_ratio) { s << _ratio->id (); -- cgit v1.2.3