Sketcher: fix compilation warnings

This commit is contained in:
Abdullah Tahiri 2016-12-26 19:19:10 +01:00
parent f9eec60b1c
commit 359d9dbc1d

View File

@ -3048,7 +3048,7 @@ int SketchObject::ExposeInternalGeometry(int GeoId)
if (!focusgeoidlistgeoidlist.empty() && !parabgeoidlistgeoidlist.empty()) {
int i,j;
std::size_t i,j;
for(i=0;i<focusgeoidlistgeoidlist.size();i++){
for(j=0;j<parabgeoidlistgeoidlist.size();j++) {
if(focusgeoidlistgeoidlist[i] == parabgeoidlistgeoidlist[j]) {