Skip to content
Snippets Groups Projects
Commit 80777eca authored by Julien Malik's avatar Julien Malik
Browse files

COMP: fix Monteverdi compil

parent 273627fa
Branches
Tags
No related merge requests found
......@@ -90,7 +90,7 @@ public:
// Compute the origin and the size of the visible region
IndexType indexBegin, indexEnd;
typedef IndexType::IndexValueType IndexValueType;
typedef typename IndexType::IndexValueType IndexValueType;
indexBegin[0] = static_cast<IndexValueType> (m_Model->GetExtractRegion().GetIndex()[0] + m_MoveX);
indexBegin[1] = static_cast<IndexValueType> (m_Model->GetExtractRegion().GetIndex()[1] + m_MoveY);
indexEnd[0] = indexBegin[0] + m_Model->GetExtractRegion().GetSize()[0];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment