0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-26 02:18:53 +02:00

ircd:Ⓜ️:event: Fix typo.

This commit is contained in:
Jason Volk 2020-04-05 13:03:35 -07:00
parent f10524f45e
commit 562eb85b78

View file

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