diff --git a/vtkm/cont/CellSetExplicit.hxx b/vtkm/cont/CellSetExplicit.hxx index da7ec8e99..815df2f8d 100644 --- a/vtkm/cont/CellSetExplicit.hxx +++ b/vtkm/cont/CellSetExplicit.hxx @@ -176,7 +176,7 @@ vtkm::IdComponent CellSetExplicit template VTKM_CONT -typename vtkm::cont::ArrayHandle::ReadPortalType +typename vtkm::cont::ArrayHandle::ReadPortalType CellSetExplicit::ShapesReadPortal() const { return this->Data->CellPointIds.Shapes.ReadPortal();