diff --git a/interface/wx/protocol/ftp.h b/interface/wx/protocol/ftp.h index aecb0ddb3b..ddfdac4f0e 100644 --- a/interface/wx/protocol/ftp.h +++ b/interface/wx/protocol/ftp.h @@ -54,7 +54,7 @@ enum TransferMode wxLogError("Couldn't get the file size for \"%s\"", filename); } - wxInputStream *i = ftp.GetInputStream(filename); + wxInputStream *in = ftp.GetInputStream(filename); if ( !in ) { wxLogError("Couldn't get the file");