diff options
Diffstat (limited to 'methods/ftp.h')
-rw-r--r-- | methods/ftp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/methods/ftp.h b/methods/ftp.h index 6a12475a0..3a482fa42 100644 --- a/methods/ftp.h +++ b/methods/ftp.h @@ -55,7 +55,7 @@ class FTPConn bool WriteMsg(unsigned int &Ret,std::string &Text,const char *Fmt,...); // Connection control - bool Open(pkgAcqMethod *Owner); + bool Open(aptMethod *Owner); void Close(); bool GoPasv(); bool ExtGoPasv(); |