diff --git a/vtkm/cont/DynamicCellSet.h b/vtkm/cont/DynamicCellSet.h index 40ead8e36..8f614de40 100644 --- a/vtkm/cont/DynamicCellSet.h +++ b/vtkm/cont/DynamicCellSet.h @@ -285,7 +285,7 @@ void DynamicCellSetBase::CastAndCall(const Functor &f) const detail::CastAndCallCellSet(f, *this); } -typedef DynamicCellSetBase DynamicCellSet; +typedef DynamicCellSetBase< VTKM_DEFAULT_CELL_SET_LIST_TAG > DynamicCellSet; namespace internal {