From 54066ea20b5ad392c0579d13b09681416fb47cf1 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Wed, 1 May 2019 19:59:44 +0100 Subject: [PATCH] Rename tape partitions field. --- Interfaces/ITapeImage.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Interfaces/ITapeImage.cs b/Interfaces/ITapeImage.cs index f6fd87c..bbffa7c 100644 --- a/Interfaces/ITapeImage.cs +++ b/Interfaces/ITapeImage.cs @@ -51,6 +51,6 @@ namespace DiscImageChef.CommonTypes.Interfaces /// /// Gets a list of all the partitions registered in the image /// - List Partitions { get; } + List TapePartitions { get; } } } \ No newline at end of file