Skip to content
Snippets Groups Projects
Commit 130c2652 authored by Julien Michel's avatar Julien Michel
Browse files

Correction erreur dans la classe.

parent befec86c
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ class ITK_EXPORT PathListToPathListFilter ...@@ -45,7 +45,7 @@ class ITK_EXPORT PathListToPathListFilter
/** Template parameters typedefs */ /** Template parameters typedefs */
typedef TInputPath InputPathType; typedef TInputPath InputPathType;
typedef typename InputPathType::Pointer InputPathPointerType; typedef typename InputPathType::Pointer InputPathPointerType;
typedef otb::ObjectList<InputPathPointerType> InputPathListType; typedef otb::ObjectList<InputPathType> InputPathListType;
typedef typename InputPathListType::Pointer InputPathListPointerType; typedef typename InputPathListType::Pointer InputPathListPointerType;
typedef typename InputPathListType::ConstPointer InputPathListConstPointerType; typedef typename InputPathListType::ConstPointer InputPathListConstPointerType;
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment