You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/mail-filter/spamprobe/files/spamprobe-1.4d-gcc11-const-...

14 lines
366 B

diff --git a/src/includes/LRUCache.h b/src/includes/LRUCache.h
index cf7df30..50467d5 100644
--- a/src/includes/LRUCache.h
+++ b/src/includes/LRUCache.h
@@ -60,7 +60,7 @@ public:
{
public:
bool operator()(const NodeType *a,
- const NodeType *b)
+ const NodeType *b) const
{
return a->key < b->key;
}