aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/output_hub.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/output_hub.org')
-rw-r--r--org/output_hub.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/org/output_hub.org b/org/output_hub.org
index 0d709ab..21f5b9d 100644
--- a/org/output_hub.org
+++ b/org/output_hub.org
@@ -28,7 +28,7 @@ module doc_reform.output.hub;
template outputHub() {
<<output_imports>>
import std.parallelism;
- void outputHub(D,I)(D doc_abstraction, I doc_matters) {
+ void outputHub(D,I)(const D doc_abstraction, I doc_matters) {
mixin DocReformOutputRgxInit;
mixin Msg;
auto msg = Msg!()(doc_matters);