summaryrefslogtreecommitdiff
path: root/test/subs_in_out.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/subs_in_out.cc')
-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 9b2c2e9b..f3f4baf9 100644
--- a/test/subs_in_out.cc
+++ b/test/subs_in_out.cc
@@ -10,7 +10,7 @@ int main (int argc, char* argv[])
exit (EXIT_FAILURE);
}
- dcp::SubtitleContent s (argv[1]);
+ dcp::SubtitleContent s (argv[1], false);
cout << s.xml_as_string ();
return 0;
}