diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-07 14:19:02 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-07 14:19:02 +0000 |
commit | 4c15fe3e8c119caa8cd5643a731809623d9b78eb (patch) | |
tree | b97f61bacceb252520bcfa70c253c176c3eeca27 /archivers/zipios++/files/patch-fileentry.h | |
parent | 1. fix build with gcc 3.2 (diff) |
forgot to include all the patches last commit
Notes
Notes:
svn path=/head/; revision=65783
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() ; } + |