Build fix.
authorCarl Hetherington <cth@carlh.net>
Sat, 10 Oct 2015 09:14:42 +0000 (10:14 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 10 Oct 2015 09:14:42 +0000 (10:14 +0100)
test/subs_in_out.cc

index fce0bfec0ad869e8e1e27c1bacd709c74e38988b..154eb9e8247c4e080a66fb4d0bc2a5b3f8cc9013 100644 (file)
@@ -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";
                }