mirror of
https://github.com/matrix-construct/construct
synced 2025-01-13 08:23:56 +01:00
ircd:Ⓜ️:push: Fix constness.
This commit is contained in:
parent
439de6fbe6
commit
503db45a64
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ struct ircd::m::push::match
|
|||
struct opts;
|
||||
using cond_kind_func = bool (*)(const event &, const cond &, const opts &);
|
||||
|
||||
static string_view cond_kind_name[6];
|
||||
static const string_view cond_kind_name[6];
|
||||
static const cond_kind_func cond_kind[7];
|
||||
|
||||
explicit match(const event &, const cond &, const opts &);
|
||||
|
|
Loading…
Reference in a new issue