summaryrefslogtreecommitdiff
blob: 138823ecde76739dd639f87d3638014b8aa4d43c (plain)
1
2
3
4
5
6
7
8
9
10
11
--- libofx-0.8.0.orig/lib/tree.hh
+++ libofx-0.8.0/lib/tree.hh
@@ -69,7 +69,7 @@
    }
 
 template <class T1>
-inline void kp::destructor(T1* p)
+inline void destructor(T1* p)
    {
    p->~T1();
    }