diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-10 10:14:42 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-10 10:14:42 +0100 |
| commit | d22bff1a3c53fc8b0e5a1d7d5d1b77228574fc5a (patch) | |
| tree | f000703888fbc01588c102c3f17bac30bded90e6 /test | |
| parent | eaece234969e2d3cb784df764a0dc766eeff2099 (diff) | |
Build fix.
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"; } |
