diff --git a/Code/FeatureExtraction/otbRemoveTortuousPathListFilter.h b/Code/FeatureExtraction/otbRemoveTortuousPathListFilter.h index d421fe18c1702a48f707ad235d1b48ea5da3e8fd..990b8aba33c68fc6b63c7da4f35a47e3d2af61c4 100644 --- a/Code/FeatureExtraction/otbRemoveTortuousPathListFilter.h +++ b/Code/FeatureExtraction/otbRemoveTortuousPathListFilter.h @@ -58,7 +58,7 @@ class ITK_EXPORT RemoveTortuousPathListFilter typedef typename PathType::VertexListType VertexListType; typedef typename VertexListType::ConstPointer VertexListConstPointerType; - typedef typename VertexListType::Iterator VertexListConstIteratorType; + typedef typename VertexListType::Iterator VertexListIteratorType; typedef typename VertexListType::ConstIterator VertexListConstIteratorType; typedef typename PathType::VertexType VertexType; diff --git a/Code/FeatureExtraction/otbSimplifyPathListFilter.h b/Code/FeatureExtraction/otbSimplifyPathListFilter.h index bc55947fb9b7ffe857ef15e00c1ff883240e28b8..7f3584d0f10e11415bf80e49c6a6e65161279c99 100644 --- a/Code/FeatureExtraction/otbSimplifyPathListFilter.h +++ b/Code/FeatureExtraction/otbSimplifyPathListFilter.h @@ -68,7 +68,7 @@ class ITK_EXPORT SimplifyPathListFilter typedef typename PathType::VertexListType VertexListType; typedef typename VertexListType::ConstPointer VertexListConstPointerType; - typedef typename VertexListType::Iterator VertexListConstIteratorType; + typedef typename VertexListType::Iterator VertexListIteratorType; typedef typename VertexListType::ConstIterator VertexListConstIteratorType; typedef typename PathType::VertexType VertexType;