avoid shadowed variable warning with VS2015, see #17112
This commit is contained in:
@@ -744,7 +744,7 @@ wxCOMPtr<ID2D1Geometry> wxD2DConvertRegionToGeometry(ID2D1Factory* direct2dFacto
|
|||||||
&resultGeometry);
|
&resultGeometry);
|
||||||
|
|
||||||
// Cleanup temporaries
|
// Cleanup temporaries
|
||||||
for (int i = 0; i < rectCount; ++i)
|
for (i = 0; i < rectCount; ++i)
|
||||||
{
|
{
|
||||||
geometries[i]->Release();
|
geometries[i]->Release();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user