aboutsummaryrefslogtreecommitdiff
path: root/web/server/apache/service.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'web/server/apache/service.cxx')
-rw-r--r--web/server/apache/service.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/server/apache/service.cxx b/web/server/apache/service.cxx
index 9fb23da..6d02c1a 100644
--- a/web/server/apache/service.cxx
+++ b/web/server/apache/service.cxx
@@ -15,8 +15,8 @@
#include <cstring> // strlen(), strcmp()
#include <exception>
-#include <libbutl/utility.mxx> // function_cast()
-#include <libbutl/optional.mxx>
+#include <libbutl/utility.hxx> // function_cast()
+#include <libbutl/optional.hxx>
#include <web/server/module.hxx>
#include <web/server/apache/log.hxx>
@@ -47,7 +47,7 @@ namespace web
for (const auto& o: od)
{
auto i (
- option_descriptions_.emplace (name_ + "-" + o.first, o.second));
+ option_descriptions_.emplace (name_ + '-' + o.first, o.second));
assert (i.second);
*d++ =