Skip to content
Snippets Groups Projects
Commit 7034a0e5 authored by Julien Michel's avatar Julien Michel
Browse files

Correction erreur de compilation des tests de otbList.

parent 8886d6a6
Branches
Tags
No related merge requests found
......@@ -94,7 +94,7 @@ namespace otb
List<TObject>
::SetNthElement(unsigned int index,const ObjectType * element)
{
m_InternalContainer[index]=element;
m_InternalContainer[index]=const_cast<ObjectType*>(element);
}
/**
* Get the nth element of the list.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment