]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fixed gcc 4.1 build problem
authorserassio <>
Mon, 20 Feb 2006 19:45:34 +0000 (19:45 +0000)
committerserassio <>
Mon, 20 Feb 2006 19:45:34 +0000 (19:45 +0000)
src/ftp.cc

index 43a1c36ebdad5b54069516d84fe3d6604f856722..d4c6ba77fa4d12d70251aa68dd7788b001267861 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: ftp.cc,v 1.385 2006/02/17 20:15:35 wessels Exp $
+ * $Id: ftp.cc,v 1.386 2006/02/20 12:45:34 serassio Exp $
  *
  * DEBUG: section 9     File Transfer Protocol (FTP)
  * AUTHOR: Harvest Derived
@@ -199,7 +199,7 @@ public:
     void maybeReadData();
     void transactionComplete();
     void processReplyBody();
-    void FtpStateData::writeCommand(const char *buf);
+    void writeCommand(const char *buf);
 
     static PF ftpSocketClosed;
     static CNCB ftpPasvCallback;