1
0
mirror of https://github.com/anope/anope.git synced 2026-07-10 09:23:14 +02:00

Fix a warning when building with Clang.

This commit is contained in:
Sadie Powell
2024-03-14 21:37:18 +00:00
parent beaf09de7b
commit 074dfb63a7
+1 -1
View File
@@ -159,7 +159,7 @@ public:
return true;
}
bool Unqueue(NickCore *nc, size_t idx)
bool Unqueue(NickCore *nc, size_t idx) override
{
auto *q = queue.Get(nc);
if (!q || idx > q->size())