From 28c2cd426a1e66f47db56589cb1c1c705eceabea Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 15 Jan 2012 12:28:54 +0000 Subject: [PATCH] Fix variable name in wxFTP example in the documentation. The variable should be called "in", not "i". git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70348 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/protocol/ftp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.45.2