--------------------- PatchSet 1948 Date: 2005/10/14 03:09:37 Author: nlewycky Branch: prefetching Tag: (none) Log: Fix for GCC 4. Members: include/Array.h:1.10->1.10.2.1 Index: squid3/include/Array.h =================================================================== RCS file: /cvsroot/squid-sf//squid3/include/Array.h,v retrieving revision 1.10 retrieving revision 1.10.2.1 diff -u -r1.10 -r1.10.2.1 --- squid3/include/Array.h 4 Jan 2005 03:13:37 -0000 1.10 +++ squid3/include/Array.h 14 Oct 2005 03:09:37 -0000 1.10.2.1 @@ -1,5 +1,5 @@ /* - * $Id: Array.h,v 1.10 2005/01/04 03:13:37 squidadm Exp $ + * $Id: Array.h,v 1.10.2.1 2005/10/14 03:09:37 nlewycky Exp $ * * AUTHOR: Alex Rousskov * @@ -217,7 +217,7 @@ } template -Vector::Vector (Vector const &rhs) +Vector::Vector (Vector const &rhs) { items = NULL; capacity = 0;