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

@@ -40,7 +40,7 @@ namespace DiscImageChef.PartPlugins
{
// Information about structures learnt from Inside Macintosh
// Constants from image testing
class AppleMap : PartPlugin
public class AppleMap : PartPlugin
{
// "ER"
const ushort APM_MAGIC = 0x4552;