Fix autotools, fix warning

This commit is contained in:
wmayer
2012-09-22 16:22:26 +02:00
parent 065213f9bd
commit a20f4dddff
3 changed files with 71 additions and 11 deletions

View File

@@ -521,6 +521,9 @@ QString SetupResultBase::selectionName(ResultEntry *entry, const TopoDS_Shape &s
TopExp::MapShapes(parentEntry->shape, TopAbs_VERTEX, shapeMap);
stream << "Vertex";
break;
default:
stream << "Unexpected shape type";
break;
}
index = shapeMap.FindIndex(shape);