diff options
Diffstat (limited to 'archivers/zipios++/files/patch-zipios_common.h')
-rw-r--r-- | archivers/zipios++/files/patch-zipios_common.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/archivers/zipios++/files/patch-zipios_common.h b/archivers/zipios++/files/patch-zipios_common.h new file mode 100644 index 000000000000..d099ed1c2400 --- /dev/null +++ b/archivers/zipios++/files/patch-zipios_common.h @@ -0,0 +1,11 @@ +--- src/zipios_common.h.orig Fri Aug 4 09:26:00 2000 ++++ src/zipios_common.h Sat Sep 7 10:46:20 2002 +@@ -13,7 +13,7 @@ + + template< class Type > + void operator += ( vector< Type > &v1, const vector< Type > &v2 ) { +- std::vector<Type>::const_iterator cit ; ++ typename std::vector<Type>::const_iterator cit ; + for ( cit = v2.begin() ; cit != v2.end() ; cit++ ) + v1.push_back( *cit ) ; + } |