aboutsummaryrefslogtreecommitdiff
path: root/web/apache
diff options
context:
space:
mode:
Diffstat (limited to 'web/apache')
-rw-r--r--web/apache/service2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/apache/service b/web/apache/service
index 2b97108..bfa8fa9 100644
--- a/web/apache/service
+++ b/web/apache/service
@@ -36,7 +36,7 @@ namespace web
m.handle (rq, rs, l);
}
- const M& exemplar_;
+ const module& exemplar_;
void (*handle_) (request&, response&, log&, const module&);
};
}