Filesystems should be public.

This commit is contained in:
2017-07-01 03:26:08 +01:00
parent 5fd16faede
commit dbe5a51222
55 changed files with 55 additions and 55 deletions

View File

@@ -38,7 +38,7 @@ using DiscImageChef.Console;
namespace DiscImageChef.Filesystems
{
// Based on FAT's BPB, cannot find a FAT or directory
class SolarFS : Filesystem
public class SolarFS : Filesystem
{
public SolarFS()
{