mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: Member or type can be made internal.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user