aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/doc_reform/doc_reform.d
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc_reform/doc_reform.d')
-rwxr-xr-xsrc/doc_reform/doc_reform.d4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc_reform/doc_reform.d b/src/doc_reform/doc_reform.d
index 2d93c29..b59743c 100755
--- a/src/doc_reform/doc_reform.d
+++ b/src/doc_reform/doc_reform.d
@@ -557,7 +557,7 @@ void main(string[] args) {
) {
writeln("step5 commence → (process outputs)");
}
- outputHub!()(doc_abstraction, doc_matters);
+ doc_abstraction.outputHub!()(doc_matters);
if ((_opt_action.debug_do)
|| (_opt_action.very_verbose)
) {
@@ -637,7 +637,7 @@ void main(string[] args) {
) {
writeln("step5 commence → (process outputs)");
}
- outputHub!()(doc_abstraction, doc_matters);
+ doc_abstraction.outputHub!()(doc_matters);
if ((_opt_action.debug_do)
|| (_opt_action.very_verbose)
) {