Rename tape partitions field.

This commit is contained in:
2019-05-01 19:59:44 +01:00
parent 7472d51df0
commit 54066ea20b

View File

@@ -51,6 +51,6 @@ namespace DiscImageChef.CommonTypes.Interfaces
/// <summary>
/// Gets a list of all the partitions registered in the image
/// </summary>
List<TapePartition> Partitions { get; }
List<TapePartition> TapePartitions { get; }
}
}