diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/subs_in_out.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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"; } |
