Fixed more clang warnings

This commit is contained in:
Jan Möbius
2019-05-29 10:55:52 +02:00
parent 417a460645
commit 7c1a8012d5
11 changed files with 19 additions and 20 deletions

View File

@@ -216,7 +216,7 @@ public:
}
void postprocess_collapse(const CollapseInfo& _ci) {
void postprocess_collapse(const CollapseInfo& _ci) override {
// account for changed normals
typename Mesh::VertexFaceIter vf_it(mesh_, _ci.v1);
for (; vf_it.is_valid(); ++vf_it)