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

@@ -38,7 +38,7 @@ using DiscImageChef.ImagePlugins;
namespace DiscImageChef.PartPlugins
{
class DEC : PartPlugin
public class DEC : PartPlugin
{
const int PT_MAGIC = 0x032957;
const int PT_VALID = 1;