Image classes should be public.

This commit is contained in:
2017-07-01 02:49:09 +01:00
parent 32792c398a
commit 5fd16faede
15 changed files with 61 additions and 14 deletions

View File

@@ -42,7 +42,7 @@ using DiscImageChef.Filters;
namespace DiscImageChef.ImagePlugins
{
// Checked using several images and strings inside Apple's DiskImages.framework
class DIM : ImagePlugin
public class DIM : ImagePlugin
{
#region Internal enumerations
enum DiskType : byte