Skip to content
Snippets Groups Projects
Commit 3d7257dd authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

BUG: proper include

parent 5822a648
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment