mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 15:33:54 +01:00
ircd:Ⓜ️:event: Fix typo.
This commit is contained in:
parent
f10524f45e
commit
562eb85b78
1 changed files with 1 additions and 1 deletions
|
@ -18,6 +18,6 @@ namespace ircd::m
|
|||
[[nodiscard]] event::idx index(std::nothrow_t, const event::id &);
|
||||
event::idx index(const event::id &);
|
||||
|
||||
[[nosdiscard]] event::idx index(std::nothrow_t, const event &);
|
||||
[[nodiscard]] event::idx index(std::nothrow_t, const event &);
|
||||
event::idx index(const event &);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue