diff --git a/Modules/Core/Common/include/itkIntTypes.h b/Modules/Core/Common/include/itkIntTypes.h index 1dda87bffdd..5f4b665516f 100644 --- a/Modules/Core/Common/include/itkIntTypes.h +++ b/Modules/Core/Common/include/itkIntTypes.h @@ -98,10 +98,8 @@ using OffsetValueType = signed long; /** Type to count and reference number of threads */ using ThreadIdType = unsigned int; -/** Type to count and reference the modification time of objects. - * May in the future be replaced by SizeValueType to avoid overflows. - */ -using ModifiedTimeType = unsigned long; +/** Type to count and reference the modification time of objects */ +using ModifiedTimeType = SizeValueType; }