From e6e25fdd219156efcefbb22e4e61c7f21a70bd93 Mon Sep 17 00:00:00 2001 From: Otmane Lahlou <otmane.lahlou@c-s.fr> Date: Mon, 19 Sep 2011 16:40:32 +0200 Subject: [PATCH] ENH : add ListView to the types --- Code/ApplicationEngine/otbWrapperTypes.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Code/ApplicationEngine/otbWrapperTypes.h b/Code/ApplicationEngine/otbWrapperTypes.h index e76a46a4d5..5f2e85cb52 100644 --- a/Code/ApplicationEngine/otbWrapperTypes.h +++ b/Code/ApplicationEngine/otbWrapperTypes.h @@ -45,6 +45,7 @@ typedef enum ParameterType_OutputVectorData, ParameterType_Radius, ParameterType_Group, + ParameterType_ListView, } ParameterType; typedef enum -- GitLab