From bb20d684112677a7c10ae48b2ff3d13124e6e52c Mon Sep 17 00:00:00 2001 From: Julien Malik <julien.malik@c-s.fr> Date: Sat, 22 Oct 2011 18:04:37 +0200 Subject: [PATCH] BUG: missing enum value in swig wrapper --- Code/Wrappers/SWIG/otbApplication.i | 1 + 1 file changed, 1 insertion(+) diff --git a/Code/Wrappers/SWIG/otbApplication.i b/Code/Wrappers/SWIG/otbApplication.i index 4c4f8cb896..387670c0bb 100644 --- a/Code/Wrappers/SWIG/otbApplication.i +++ b/Code/Wrappers/SWIG/otbApplication.i @@ -58,6 +58,7 @@ namespace Wrapper ParameterType_InputImage, ParameterType_InputImageList, ParameterType_InputVectorData, + ParameterType_InputVectorDataList, ParameterType_OutputImage, ParameterType_OutputVectorData, ParameterType_Radius, -- GitLab