From 18c3b488dff343a9b287d8d0fd68143b792ec75e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 27 Nov 2015 18:42:07 +0000 Subject: Fix some stringstreams that had crept in. --- test/video_content_scale_test.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test') diff --git a/test/video_content_scale_test.cc b/test/video_content_scale_test.cc index 8c3bd431a..1acac8a37 100644 --- a/test/video_content_scale_test.cc +++ b/test/video_content_scale_test.cc @@ -24,7 +24,6 @@ using std::list; using std::string; using std::cerr; -using std::stringstream; using boost::shared_ptr; using boost::optional; @@ -33,7 +32,7 @@ void test (dcp::Size content_size, dcp::Size display_size, dcp::Size film_size, Crop crop, Ratio const * ratio, bool scale, dcp::Size correct) { shared_ptr film; - stringstream s; + SafeStringStream s; s << "" "" "FFmpeg" -- cgit v1.2.3