From 4c15fe3e8c119caa8cd5643a731809623d9b78eb Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Sat, 7 Sep 2002 14:19:02 +0000 Subject: forgot to include all the patches last commit --- archivers/zipios++/files/patch-fileentry.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 archivers/zipios++/files/patch-fileentry.h (limited to 'archivers/zipios++/files/patch-fileentry.h') diff --git a/archivers/zipios++/files/patch-fileentry.h b/archivers/zipios++/files/patch-fileentry.h new file mode 100644 index 000000000000..2e0f3ad367e6 --- /dev/null +++ b/archivers/zipios++/files/patch-fileentry.h @@ -0,0 +1,13 @@ +--- zipios++/fileentry.h.orig Wed Aug 23 14:30:30 2000 ++++ zipios++/fileentry.h Sat Sep 7 10:46:20 2002 +@@ -166,8 +166,8 @@ + class MatchName ; + class MatchFileName ; + protected: +- friend SimpleSmartPointer< FileEntry > ; +- friend SimpleSmartPointer< const FileEntry > ; ++ friend class SimpleSmartPointer< FileEntry > ; ++ friend class SimpleSmartPointer< const FileEntry > ; + void ref() const { _refcount.ref() ; } + unsigned int unref() const { return _refcount.unref() ; } + -- cgit v1.2.3