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

@@ -41,7 +41,7 @@ namespace DiscImageChef.ImagePlugins
{
// Created following notes from Dave Dunfield
// http://www.classiccmp.org/dunfield/img54306/td0notes.txt
class TeleDisk : ImagePlugin
public class TeleDisk : ImagePlugin
{
#region Internal Structures