pkgsrc-ng/mail/spamprobe/patches/patch-src_includes_LRUCache.h
2013-09-26 17:14:40 +02:00

14 lines
388 B
C++

$NetBSD: patch-src_includes_LRUCache.h,v 1.1 2013/05/28 19:03:09 joerg Exp $
--- src/includes/LRUCache.h.orig 2013-05-28 17:02:59.000000000 +0000
+++ 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;
}