aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sdp/ao_scan_inserts.d
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sdp/ao_scan_inserts.d')
-rw-r--r--lib/sdp/ao_scan_inserts.d8
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);