]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Reuben Farrelly and GCC 4.1 say:
authorwessels <>
Fri, 23 Dec 2005 06:40:26 +0000 (06:40 +0000)
committerwessels <>
Fri, 23 Dec 2005 06:40:26 +0000 (06:40 +0000)
error: extra qualification 'ICAPXaction::' on member 'reusedConnection

src/ICAP/ICAPXaction.h

index 99fc39783800fa0f0d03a6ace4e42f2c6e193f54..a4646662b1b1284ec176fefb011c5cf2cf1d8343 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: ICAPXaction.h,v 1.4 2005/12/22 22:26:31 wessels Exp $
+ * $Id: ICAPXaction.h,v 1.5 2005/12/22 23:40:26 wessels Exp $
  *
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
@@ -137,7 +137,7 @@ private:
 
     const char *inCall; // name of the asynchronous call being executed, if any
 
-    static void ICAPXaction::reusedConnection(void *data);
+    static void reusedConnection(void *data);
 
     //CBDATA_CLASS2(ICAPXaction);
 };