Skip to content

Commit

Permalink
Sketcher: fix compilation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahtahiriyo committed Dec 26, 2016
1 parent f9eec60 commit 359d9db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Sketcher/App/SketchObject.cpp
Expand Up @@ -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]) {
Expand Down

0 comments on commit 359d9db

Please sign in to comment.