aboutsummaryrefslogtreecommitdiff
path: root/textproc/rtfx/files/extra-patch-src::reference.h-gcc342
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/rtfx/files/extra-patch-src::reference.h-gcc342')
-rw-r--r--textproc/rtfx/files/extra-patch-src::reference.h-gcc34215
1 files changed, 0 insertions, 15 deletions
diff --git a/textproc/rtfx/files/extra-patch-src::reference.h-gcc342 b/textproc/rtfx/files/extra-patch-src::reference.h-gcc342
deleted file mode 100644
index bf185cd5dc7c..000000000000
--- a/textproc/rtfx/files/extra-patch-src::reference.h-gcc342
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/reference.h.orig Fri Jul 23 05:03:03 2004
-+++ src/reference.h Sat Aug 14 14:41:14 2004
-@@ -57,10 +57,10 @@
- addref();
- }
-
-- Reference(C* ptr, bool addref)
-+ Reference(C* ptr, bool has_addref)
- {
- m_ptr = ptr;
-- if(addref)
-+ if(has_addref)
- addref();
- }
-