diff --git a/Code/ApplicationEngine/otbWrapperTypes.h b/Code/ApplicationEngine/otbWrapperTypes.h index 79e542ed0f22f4f913a3d465d761ed692c9a08d2..a840c047f34e91b48cfa5289cffc53e19039ecea 100644 --- a/Code/ApplicationEngine/otbWrapperTypes.h +++ b/Code/ApplicationEngine/otbWrapperTypes.h @@ -23,7 +23,6 @@ #include "otbImage.h" #include "otbVectorImage.h" #include "otbVectorData.h" -#include "otbImageList.h" namespace otb { @@ -108,8 +107,8 @@ typedef otb::VectorData<VectorDataCoordinatePrecisionType, VectorDataType; typedef otb::ObjectList<VectorDataType> VectorDataListType; -typedef otb::ImageList<FloatVectorImageType> FloatVectorImageListType; -typedef otb::ImageList<FloatImageType> FloatImageListType; +typedef otb::ObjectList<FloatVectorImageType> FloatVectorImageListType; +typedef otb::ObjectList<FloatImageType> FloatImageListType; } // end namespace Wrapper