From 7192a75ac57a781ed0803b1be830b08b54b6ef58 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Sat, 3 Aug 2019 17:15:28 -0700 Subject: [PATCH] ircd::m: Fix conf::item constness. --- ircd/m_event.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ircd/m_event.cc b/ircd/m_event.cc index ac3cb9258..5bb320937 100644 --- a/ircd/m_event.cc +++ b/ircd/m_event.cc @@ -371,10 +371,10 @@ ircd::m::pretty_oneline(std::ostream &s, namespace ircd::m::vm { - extern const m::hookfn issue_missing_auth; - extern const m::hookfn conform_check_origin; - extern const m::hookfn conform_check_size; - extern const m::hookfn conform_report; + extern m::hookfn issue_missing_auth; + extern m::hookfn conform_check_origin; + extern m::hookfn conform_check_size; + extern m::hookfn conform_report; } /// Check if an eval with a copts structure (indicating this server is