]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
From Guido: MS Visual C++ doesn't like prototypes with double use of parameters name
authorrobertc <>
Thu, 9 Oct 2003 03:21:14 +0000 (03:21 +0000)
committerrobertc <>
Thu, 9 Oct 2003 03:21:14 +0000 (03:21 +0000)
src/cbdata.cc

index 1999fc35408d5774920794d22ee8e86d5b01d36b..bf4832af21eabd80e19f03634cbf4cd380a49db6 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: cbdata.cc,v 1.60 2003/09/01 23:41:17 robertc Exp $
+ * $Id: cbdata.cc,v 1.61 2003/10/08 21:21:14 robertc Exp $
  *
  * DEBUG: section 45    Callback Data Registry
  * ORIGINAL AUTHOR: Duane Wessels
@@ -84,7 +84,7 @@ public:
 #endif
 
     void *operator new(size_t size, void *where);
-    void operator delete(void *where, void *where);
+    void operator delete(void *where, void *where2);
 
     ~cbdata();
     int valid;