aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sdp/meta/object_setter.d
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2017-08-05 04:13:53 -0400
committerRalph Amissah <ralph@amissah.com>2019-04-10 15:14:14 -0400
commit0cdf764398b74a47744763e345b6a5a31e7bee69 (patch)
tree84eb1ab5a6be58a6b8d4ed1971d5620c1e84251c /src/sdp/meta/object_setter.d
parentnaming things (diff)
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)
Diffstat (limited to 'src/sdp/meta/object_setter.d')
-rw-r--r--src/sdp/meta/object_setter.d3
1 files changed, 2 insertions, 1 deletions
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 = "";