diff options
Diffstat (limited to 'org/ocda_functions.org')
| -rw-r--r-- | org/ocda_functions.org | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/org/ocda_functions.org b/org/ocda_functions.org index 120c3e3..ffbecb6 100644 --- a/org/ocda_functions.org +++ b/org/ocda_functions.org @@ -3899,7 +3899,7 @@ ST_the_section build_the_glossary_section(      }    } else { // para      { -      auto _get = line.flow_para_match_(an_object, an_object_key, indent, bullet, pith, line_occur); +      ST_flow_para_match _get = line.flow_para_match_(an_object, an_object_key, indent, bullet, pith, line_occur);        {          an_object     = _get.this_object;          an_object_key = _get.this_object_key; @@ -4206,7 +4206,7 @@ ST_the_section build_the_blurb_section(Opt) (      tag_assoc[comp_obj_.tags.segment_anchor_tag_epub]["seg_lv1to4"] = comp_obj_.tags.segment_anchor_tag_epub;    } else if (!(line.empty)) {      { -      auto _get = line.flow_para_match_(an_object, an_object_key, indent, bullet, pith, line_occur); +      ST_flow_para_match _get = line.flow_para_match_(an_object, an_object_key, indent, bullet, pith, line_occur);        {          an_object     = _get.this_object;          an_object_key = _get.this_object_key;  | 
