mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
14 lines
388 B
C++
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;
|
|
}
|