From 130c2652d63a151dfa20e809ccf2b7bb9a7ea83c Mon Sep 17 00:00:00 2001
From: Julien Michel <julien.michel@c-s.fr>
Date: Fri, 20 Apr 2007 08:13:54 +0000
Subject: [PATCH] Correction erreur dans la classe.

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

diff --git a/Code/Common/otbPathListToPathListFilter.h b/Code/Common/otbPathListToPathListFilter.h
index 8c15421571..9932fb0d36 100644
--- a/Code/Common/otbPathListToPathListFilter.h
+++ b/Code/Common/otbPathListToPathListFilter.h
@@ -45,7 +45,7 @@ class ITK_EXPORT PathListToPathListFilter
   /** Template parameters typedefs */
   typedef TInputPath InputPathType;
   typedef typename InputPathType::Pointer InputPathPointerType;
-  typedef otb::ObjectList<InputPathPointerType> InputPathListType;
+  typedef otb::ObjectList<InputPathType> InputPathListType;
   typedef typename InputPathListType::Pointer InputPathListPointerType;
   typedef typename InputPathListType::ConstPointer InputPathListConstPointerType;
   /** 
-- 
GitLab