From 0cdf764398b74a47744763e345b6a5a31e7bee69 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sat, 5 Aug 2017 04:13:53 -0400 Subject: m_a, composite object, attributes, rename part & an addition - of_part renamed from use (frontmatter, body, backmatter) - of_section added (toc, body, glossary, bibliography, bookindex, blurb) --- src/sdp/meta/object_setter.d | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/sdp/meta/object_setter.d') diff --git a/src/sdp/meta/object_setter.d b/src/sdp/meta/object_setter.d index 385c3d2..48bef54 100644 --- a/src/sdp/meta/object_setter.d +++ b/src/sdp/meta/object_setter.d @@ -17,7 +17,8 @@ template ObjectSetter() { } struct ObjGenericComposite { // size_t id; - string use = ""; + string of_part = ""; + string of_section = ""; string is_of = ""; string is_a = ""; string text = ""; -- cgit v1.2.3