diff --git a/Partition.cs b/Partition.cs
index 930b20d96..3a0dfc694 100644
--- a/Partition.cs
+++ b/Partition.cs
@@ -55,6 +55,8 @@ namespace DiscImageChef.CommonTypes
public string Description;
/// LBA of last partition sector
public ulong End { get { return Start + Length - 1; }}
+ /// Name of partition scheme that contains this partition
+ public string Scheme;
}
}