mirror of
https://github.com/matrix-construct/construct
synced 2025-01-14 00:34:18 +01:00
ircd:Ⓜ️ Fix prototype for pretty prev.
This commit is contained in:
parent
771ecaef7e
commit
4b142de177
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ std::ostream &
|
|||
ircd::m::pretty(std::ostream &s,
|
||||
const event::prev &prev)
|
||||
{
|
||||
using prototype = void (std::ostream &, const event &);
|
||||
using prototype = void (std::ostream &, const event::prev &);
|
||||
static mods::import<prototype> pretty
|
||||
{
|
||||
"m_event", "pretty__prev"
|
||||
|
|
Loading…
Reference in a new issue