0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-26 05:48:20 +02:00

ircd:Ⓜ️:push: Fix constness.

This commit is contained in:
Jason Volk 2020-03-23 12:16:40 -07:00
parent 439de6fbe6
commit 503db45a64

View file

@ -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 &);