Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions Modules/Core/Common/include/itkIntTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

}

Expand Down