From de4b99eb241e72f1e8e142d3697397f8caae1337 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 20 Oct 2015 18:48:06 -0400 Subject: update minor --- lib/sdp/ao_scan_inserts.d | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/sdp/ao_scan_inserts.d') 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); -- cgit v1.2.3