Partitions should be public.

This commit is contained in:
2017-07-01 20:54:02 +01:00
parent 165087a0a8
commit d6e850b9a6
17 changed files with 63 additions and 16 deletions

View File

@@ -37,7 +37,7 @@ using DiscImageChef.Console;
namespace DiscImageChef.PartPlugins
{
class AtariPartitions : PartPlugin
public class AtariPartitions : PartPlugin
{
const uint TypeGEMDOS = 0x0047454D;
const uint TypeBigGEMDOS = 0x0042474D;