mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
14 lines
431 B
C++
14 lines
431 B
C++
$NetBSD: patch-src_ObjectSystem_configSymbol.hh,v 1.1 2013/11/29 18:30:10 joerg Exp $
|
|
|
|
--- src/ObjectSystem/configSymbol.hh.orig 2013-11-28 00:44:18.000000000 +0000
|
|
+++ src/ObjectSystem/configSymbol.hh
|
|
@@ -50,7 +50,7 @@ public:
|
|
private:
|
|
struct symbolLt
|
|
{
|
|
- bool operator()(const Symbol* d1, const Symbol* d2)
|
|
+ bool operator()(const Symbol* d1, const Symbol* d2) const
|
|
{
|
|
return d1->compare(d2) < 0;
|
|
}
|