From 085e7118562924e0401df9777582dd2e180cbe32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Thu, 30 Jun 2016 13:56:54 +0200 Subject: [PATCH] Fixed VS2015 Update 3 fix --- Doc/changelog.docu | 2 +- src/OpenMesh/Core/Mesh/PolyConnectivity.hh | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Doc/changelog.docu b/Doc/changelog.docu index 198b43da..93574df8 100644 --- a/Doc/changelog.docu +++ b/Doc/changelog.docu @@ -11,7 +11,7 @@ General diff --git a/src/OpenMesh/Core/Mesh/PolyConnectivity.hh b/src/OpenMesh/Core/Mesh/PolyConnectivity.hh index 62dfb35b..7bf9de65 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;