From 3d7257dd8f61d01d0c70daa60d476eef0c18f7a6 Mon Sep 17 00:00:00 2001 From: Emmanuel Christophe <emmanuel.christophe@orfeo-toolbox.org> Date: Wed, 17 Sep 2008 16:40:35 +0000 Subject: [PATCH] BUG: proper include --- Code/Visu/otbImageWidgetPolylineForm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Code/Visu/otbImageWidgetPolylineForm.h b/Code/Visu/otbImageWidgetPolylineForm.h index eb9ba7f821..b915b5688b 100644 --- a/Code/Visu/otbImageWidgetPolylineForm.h +++ b/Code/Visu/otbImageWidgetPolylineForm.h @@ -21,7 +21,7 @@ #include "itkSize.h" #include "itkIndex.h" #include "otbImageWidgetFormBase.h" -#include "otbPolylineParametricPathWithValue.h" +#include "otbPolyLineParametricPathWithValue.h" namespace otb { @@ -50,7 +50,7 @@ class ITK_EXPORT ImageWidgetPolylineForm /** Usefull typedef. */ typedef itk::Size<2> SizeType; typedef itk::Index<2> IndexType; - typedef PolylineParametricPathWithValue<ValueType,2> PolylineType; + typedef PolyLineParametricPathWithValue<ValueType,2> PolylineType; typedef typename PolylineType::Pointer PolylinePointerType; typedef typename PolylineType::VertexType VertexType; typedef typename PolylineType::VertexListType VertexListType; -- GitLab