summaryrefslogtreecommitdiff
path: root/security/sfs/files/patch-async_qhash.h
blob: 9d94de278fc050021781b10fbcc4b7db05258507 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- async/qhash.h.orig	Mon Oct 11 16:43:34 2004
+++ async/qhash.h	Mon Oct 11 16:39:35 2004
@@ -166,7 +166,7 @@
 
 public:
   bhash () {}
-  void clear () { deleteall (); }
+  void clear () { this->deleteall (); }
   ~bhash () { clear (); }
 
   bool insert (const K &k) {