diff options
Diffstat (limited to 'archivers/zipios++/files/patch-fileentry.h')
-rw-r--r-- | archivers/zipios++/files/patch-fileentry.h | 13 |
1 files changed, 13 insertions, 0 deletions
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() ; } + |