mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 16:22:35 +01:00
ircd::ctx: Use better notify member here.
This commit is contained in:
parent
be7a20d39a
commit
d2fbc30d4e
1 changed files with 2 additions and 2 deletions
|
@ -77,9 +77,9 @@ inline void
|
|||
ircd::ctx::dock::notify_all()
|
||||
noexcept
|
||||
{
|
||||
q.for_each([](ctx &c)
|
||||
q.for_each([this](ctx &c)
|
||||
{
|
||||
ircd::ctx::notify(c);
|
||||
notify(c);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue