summaryrefslogtreecommitdiff
path: root/src/combine.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/combine.cc')
-rw-r--r--src/combine.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/combine.cc b/src/combine.cc
index 86762dda..b728298a 100644
--- a/src/combine.cc
+++ b/src/combine.cc
@@ -155,7 +155,7 @@ dcp::combine (
DCP_ASSERT (file);
path new_path = make_unique(output / file->filename());
sub->write (new_path);
- sub->add_font_assets(assets);
+ add_to_container(assets, sub->font_assets());
}
assets.push_back (j);