REFACTOR: Member or type can be made internal.

This commit is contained in:
2017-12-20 02:08:37 +00:00
parent b53b80c998
commit ef49fdfd45
87 changed files with 544 additions and 544 deletions

View File

@@ -295,7 +295,7 @@ namespace DiscImageChef.PartPlugins
}
[StructLayout(LayoutKind.Sequential)]
public struct GptHeader
struct GptHeader
{
public ulong signature;
public uint revision;
@@ -314,7 +314,7 @@ namespace DiscImageChef.PartPlugins
}
[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)]
public struct GptEntry
struct GptEntry
{
public Guid partitionType;
public Guid partitionId;