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