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 @@ namespace DiscImageChef.ImagePlugins
{
// TODO: There seems no be no clear definition on how to treat pregaps that are not included in the file, so this is just appending it to start of track
// TODO: This format doesn't support to specify pregaps that are included in the file (like Redump ones)
class GDI : ImagePlugin
public class GDI : ImagePlugin
{
#region Internal structures