summaryrefslogtreecommitdiff
path: root/test/shared_subtitle_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/shared_subtitle_test.cc')
-rw-r--r--test/shared_subtitle_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/shared_subtitle_test.cc b/test/shared_subtitle_test.cc
index 4172db4f..f18b03db 100644
--- a/test/shared_subtitle_test.cc
+++ b/test/shared_subtitle_test.cc
@@ -157,7 +157,7 @@ BOOST_AUTO_TEST_CASE (pull_fonts_test3)
dcp::order::Font font;
font._values["font"] = "Inconsolata";
font._values["size"] = "42";
- auto string1 = make_shared<dcp::order::String>(text1, font, "Hello world");
+ auto string1 = make_shared<dcp::order::String>(text1, font, "Hello world", 0);
text1->children.push_back (string1);
dcp::SubtitleAsset::pull_fonts (root);