From d22bff1a3c53fc8b0e5a1d7d5d1b77228574fc5a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 10 Oct 2015 10:14:42 +0100 Subject: [PATCH] Build fix. --- test/subs_in_out.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/subs_in_out.cc b/test/subs_in_out.cc index fce0bfec..154eb9e8 100644 --- a/test/subs_in_out.cc +++ b/test/subs_in_out.cc @@ -38,7 +38,7 @@ main (int argc, char* argv[]) cerr << "Could not load as interop: " << e.what() << "\n"; try { dcp::SMPTESubtitleAsset sc (argv[1]); - cout << sc.xml_as_string().raw (); + cout << sc.xml_as_string(); } catch (exception& e) { cerr << "Could not load as SMPTE (" << e.what() << ")\n"; } -- 2.30.2