Ticket #7608: patch-tree.hh

File patch-tree.hh, 248 bytes (added by schofield.james@…, 18 years ago)

Patch file

Line 
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    }