diff options
author | Ralph Amissah <ralph@amissah.com> | 2016-11-11 15:23:16 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:13 -0400 |
commit | 7d1cc45d0c3ac8f3258a022d7dd153c10d292c2d (patch) | |
tree | 0b941d3acb776cf87819e1f5fac18caca6742ecc /src/sdp/ao_object_setter.d | |
parent | document sections (diff) |
para attribute: indent, variable type change, check consequences
Diffstat (limited to 'src/sdp/ao_object_setter.d')
-rw-r--r-- | src/sdp/ao_object_setter.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sdp/ao_object_setter.d b/src/sdp/ao_object_setter.d index 4d31d8d..c48ddc0 100644 --- a/src/sdp/ao_object_setter.d +++ b/src/sdp/ao_object_setter.d @@ -80,7 +80,7 @@ template ObjectSetter() { in string object, in string attrib, in int obj_cite_number, - in string[string] indent, + in int[string] indent, in bool bullet ) { ObjComposite object_set; |