$NetBSD: patch-ae,v 1.1 2006/04/03 17:26:40 minskim Exp $ --- lib/tree.hh.orig 2004-04-08 23:51:45.000000000 -0700 +++ lib/tree.hh @@ -69,7 +69,7 @@ inline void constructor(T1* p) } template -inline void kp::destructor(T1* p) +inline void destructor(T1* p) { p->~T1(); }