From 59c0b6f16bebfd86485ba59a3124520b5aba0480 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Thu, 30 Jun 2016 14:05:25 +0200 Subject: [PATCH] Next try --- src/OpenMesh/Core/Mesh/PolyConnectivity.hh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/OpenMesh/Core/Mesh/PolyConnectivity.hh b/src/OpenMesh/Core/Mesh/PolyConnectivity.hh index 7bf9de65..c7e966e3 100644 --- a/src/OpenMesh/Core/Mesh/PolyConnectivity.hh +++ b/src/OpenMesh/Core/Mesh/PolyConnectivity.hh @@ -83,10 +83,10 @@ public: */ //@{ /// Linear iterator - typedef Iterators::GenericIteratorT VertexIter; - typedef Iterators::GenericIteratorT HalfedgeIter; - typedef Iterators::GenericIteratorT EdgeIter; - typedef Iterators::GenericIteratorT FaceIter; + typedef Iterators::GenericIteratorT VertexIter; + typedef Iterators::GenericIteratorT HalfedgeIter; + typedef Iterators::GenericIteratorT EdgeIter; + typedef Iterators::GenericIteratorT FaceIter; typedef VertexIter ConstVertexIter; typedef HalfedgeIter ConstHalfedgeIter;