Files
pkgsrc-ng/security/sfs/patches/patch-ad
2013-09-26 17:14:40 +02:00

14 lines
356 B
Plaintext

$NetBSD: patch-ad,v 1.1 2006/10/21 11:53:13 agc Exp $
--- ./async/qhash.h.orig 2002-05-28 11:50:37.000000000 +0100
+++ ./async/qhash.h
@@ -166,7 +166,7 @@ class bhash // <K, void, H, E, kludge>
public:
bhash () {}
- void clear () { deleteall (); }
+ void clear () { this->deleteall (); }
~bhash () { clear (); }
bool insert (const K &k) {