summaryrefslogtreecommitdiff
path: root/src/combine.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-04-14 16:05:59 +0200
committerCarl Hetherington <cth@carlh.net>2023-04-14 16:05:59 +0200
commit7b96b3ceec5d14874628cd8b9cb7a827d266b2f4 (patch)
treeaaca321f02a8061e69b848ea8c1717b7305ef6a4 /src/combine.cc
parent2c4dcc782d1db5422e9ccefee8ab8fd3639ea064 (diff)
Replace slightly weird add_font_assets() API.
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);