summaryrefslogtreecommitdiff
path: root/textproc/jade/files/patch-Ptr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/jade/files/patch-Ptr.cxx')
-rw-r--r--textproc/jade/files/patch-Ptr.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/textproc/jade/files/patch-Ptr.cxx b/textproc/jade/files/patch-Ptr.cxx
deleted file mode 100644
index edf79eeaf217..000000000000
--- a/textproc/jade/files/patch-Ptr.cxx
+++ /dev/null
@@ -1,11 +0,0 @@
---- include/Ptr.cxx.orig Tue Jul 22 09:20:15 2003
-+++ include/Ptr.cxx Tue Jul 22 09:20:42 2003
-@@ -19,7 +19,7 @@
- Ptr<T>::~Ptr()
- {
- if (ptr_) {
-- if (ptr_->unref())
-+ if (((Resource*)ptr_)->unref())
- delete ptr_;
- ptr_ = 0;
- }