diff options
author | 2010-01-17 19:00:45 +0000 | |
---|---|---|
committer | 2010-01-17 19:00:45 +0000 | |
commit | 6996104476f02901147342f754eee3ceda273899 (patch) | |
tree | 7c96dfbdc94a8e4c27470bc4afd8dc692904f01a /dev-libs/libofx/files | |
parent | Add ~alpha/~ia64/~m68k/~s390/~sh/~sparc wrt #298183 (diff) | |
download | gentoo-2-6996104476f02901147342f754eee3ceda273899.tar.gz gentoo-2-6996104476f02901147342f754eee3ceda273899.tar.bz2 gentoo-2-6996104476f02901147342f754eee3ceda273899.zip |
old
(Portage version: 2.2_rc61/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'dev-libs/libofx/files')
-rw-r--r-- | dev-libs/libofx/files/libofx-0.8.0-tree.diff | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-libs/libofx/files/libofx-0.8.0-tree.diff b/dev-libs/libofx/files/libofx-0.8.0-tree.diff deleted file mode 100644 index 138823ecde76..000000000000 --- a/dev-libs/libofx/files/libofx-0.8.0-tree.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- 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(); - } |