diff options
author | Ralph Amissah <ralph@amissah.com> | 2015-10-20 18:48:06 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2015-10-20 18:48:06 -0400 |
commit | de4b99eb241e72f1e8e142d3697397f8caae1337 (patch) | |
tree | dc7ab009ebffe78af86e6053abab6ee6b3dc78e7 /lib/sdp/ao_scan_inserts.d | |
parent | alternative D compiler debug modes (diff) |
update minor
Diffstat (limited to 'lib/sdp/ao_scan_inserts.d')
-rw-r--r-- | lib/sdp/ao_scan_inserts.d | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/sdp/ao_scan_inserts.d b/lib/sdp/ao_scan_inserts.d index 9111076..3f655c0 100644 --- a/lib/sdp/ao_scan_inserts.d +++ b/lib/sdp/ao_scan_inserts.d @@ -75,9 +75,9 @@ mixin template SiSUdocInserts() { auto insert_sub_pth = m.captures[1]; auto fn_src_insert = (markup_src_file_path ~ insert_sub_pth ~ insert_fn); - auto raw = new MarkupInsertRaw(); + auto raw = new MarkupRaw(); auto markup_sourcesubfile_insert_content = - raw.markupSourceContentRawLineArray(fn_src_insert); + raw.markupInsertSourceContentRawLineArray(fn_src_insert); debug(insert) { // insert file tell_l("red", line); tell_l("red", fn_src_insert); @@ -181,9 +181,9 @@ mixin template SiSUdocInserts() { auto insert_sub_pth = m.captures[1]; auto fn_src_insert = (markup_src_file_path ~ insert_sub_pth ~ insert_fn); - auto raw = new MarkupInsertRaw(); + auto raw = new MarkupRaw(); auto markup_sourcefile_insert_content = - raw.markupSourceContentRawLineArray(fn_src_insert); + raw.markupInsertSourceContentRawLineArray(fn_src_insert); debug(insert) { // insert file tell_l("red", line); tell_l("red", fn_src_insert); |