git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36860
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// Get properties
// See bug #1280715 in the wxActiveX SF project
// Get properties
// See bug #1280715 in the wxActiveX SF project
- for (int i = 0; i < ta->cVars; i++) {
+ int i;
+ for (i = 0; i < ta->cVars; i++) {
VARDESC FAR *vd = NULL;
typeInfo->GetVarDesc(i, &vd) ;
VARDESC FAR *vd = NULL;
typeInfo->GetVarDesc(i, &vd) ;
- for (int i = 0; i < ta->cFuncs; i++)
+ for (i = 0; i < ta->cFuncs; i++)
{
FUNCDESC FAR *fd = NULL;
{
FUNCDESC FAR *fd = NULL;