1 | --- lib/tree.hh.orig 2006-03-05 09:56:39.000000000 -0500 |
---|
2 | +++ lib/tree.hh 2006-03-04 17:38:49.000000000 -0500 |
---|
3 | @@ -69,7 +69,7 @@ |
---|
4 | } |
---|
5 | |
---|
6 | template <class T1> |
---|
7 | -inline void kp::destructor(T1* p) |
---|
8 | +inline void destructor(T1* p) |
---|
9 | { |
---|
10 | p->~T1(); |
---|
11 | } |
---|