]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/protocol/ftp.h
Interface fixes changing fiction into truth.
[wxWidgets.git] / interface / wx / protocol / ftp.h
index aecb0ddb3ba2a4fe0fc04e913d319a5973977a0e..ddfdac4f0e2c0849c88f345d7d787bbd6c7e8b54 100644 (file)
@@ -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");