From b2938f257453d592ed3a2ac76b5abda950b92e26 Mon Sep 17 00:00:00 2001
From: Emmanuel Christophe <emmanuel.christophe@orfeo-toolbox.org>
Date: Wed, 17 Sep 2008 13:41:17 +0000
Subject: [PATCH] ENH: Adding VertexListIteratorType

---
 Code/Common/otbPolygon.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Code/Common/otbPolygon.h b/Code/Common/otbPolygon.h
index 9f14ff6cc4..0b7b5a0fb3 100644
--- a/Code/Common/otbPolygon.h
+++ b/Code/Common/otbPolygon.h
@@ -57,7 +57,7 @@ class ITK_EXPORT Polygon
   typedef typename Superclass::VertexType          VertexType;
   typedef typename Superclass::VertexListType      VertexListType;
   typedef typename Superclass::ContinuousIndexType ContinuousIndexType;
-  typedef typename Superclass::ConstIterator   VertexListIteratorType;
+  typedef typename Superclass::VertexListIteratorType   VertexListIteratorType;
 
   typedef itk::ImageRegion<2>                       RegionType;
   typedef typename RegionType::SizeType            SizeType;
-- 
GitLab