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