diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-11-27 18:42:07 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-11-27 18:42:07 +0000 |
| commit | 18c3b488dff343a9b287d8d0fd68143b792ec75e (patch) | |
| tree | 8beb9ca8400a68a8406b52737f90cafd4eafbc14 /test/video_content_scale_test.cc | |
| parent | 2a02b09b9df160d6c83874d0ac2ae5f16bd50bb5 (diff) | |
Fix some stringstreams that had crept in.
Diffstat (limited to 'test/video_content_scale_test.cc')
| -rw-r--r-- | test/video_content_scale_test.cc | 3 |
1 files changed, 1 insertions, 2 deletions
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> film; - stringstream s; + SafeStringStream s; s << "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" "<Content>" "<Type>FFmpeg</Type>" |
