diff --git a/Mesh_3/test/Mesh_3/test_domain_with_polyline_features.cpp b/Mesh_3/test/Mesh_3/test_domain_with_polyline_features.cpp index 6822620246a..5123829ce97 100644 --- a/Mesh_3/test/Mesh_3/test_domain_with_polyline_features.cpp +++ b/Mesh_3/test/Mesh_3/test_domain_with_polyline_features.cpp @@ -113,7 +113,7 @@ public: domain_.get_corners(std::back_inserter(corners)); assert(corners.size() == 4); - typename Corners_vector::const_iterator cit = corners.begin(), end = corners.end(); + Corners_vector::const_iterator cit = corners.begin(), end = corners.end(); for(; cit!=end; ++cit) { if(cit->second == p3_)