From 4101c83a16ce715c84d353572bd0f231059bfbac Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 19 Jun 2018 12:17:37 -0400 Subject: make string object_number a property of int o_n --- src/sdp/output/epub3.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sdp/output/epub3.d') diff --git a/src/sdp/output/epub3.d b/src/sdp/output/epub3.d index 303898d..82d8764 100644 --- a/src/sdp/output/epub3.d +++ b/src/sdp/output/epub3.d @@ -29,7 +29,7 @@ template outputEPub3() { ΒΆ") ~ "\n\n"; return o; } - string epub3_oebps_content(D,I,P)(D doc_abstraction, I doc_matters, P parts) { + string epub3_oebps_content(D,M,P)(D doc_abstraction, M doc_matters, P parts) { auto xhtml_format = outputXHTMLs(); auto pth_epub3 = SiSUpathsEPUB!()(doc_matters.output_path, doc_matters.src.language); string uuid = "18275d951861c77f78acd05672c9906924c59f18a2e0ba06dad95959693e9bd8"; // TODO sort uuid in doc_matters! -- cgit v1.2.3