From cceb71da44df24687b022f9ae8fc782f81593569 Mon Sep 17 00:00:00 2001 From: Mattia Barbon Date: Sun, 19 Jan 2003 10:01:52 +0000 Subject: [PATCH] Patch [665886]: Fix smapi.cpp to support new for loop scoping. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18819 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- contrib/src/net/smapi.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/src/net/smapi.cpp b/contrib/src/net/smapi.cpp index 81617a39b8..b684d08e2b 100644 --- a/contrib/src/net/smapi.cpp +++ b/contrib/src/net/smapi.cpp @@ -301,7 +301,8 @@ bool wxMapiSession::Send(wxMailMessage& message) //Setup the "To" recipients int nRecipIndex = 0; int nToSize = message.m_to.GetCount(); - for (int i=0; i