summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-10-10 10:14:42 +0100
committerCarl Hetherington <cth@carlh.net>2015-10-10 10:14:42 +0100
commitd22bff1a3c53fc8b0e5a1d7d5d1b77228574fc5a (patch)
treef000703888fbc01588c102c3f17bac30bded90e6
parenteaece234969e2d3cb784df764a0dc766eeff2099 (diff)
Build fix.
-rw-r--r--test/subs_in_out.cc2
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";
}