Make class public.

This commit is contained in:
2017-07-05 06:54:50 +01:00
parent 5319b3440b
commit 857eceef2d
45 changed files with 6322 additions and 9 deletions

View File

@@ -37,7 +37,7 @@ using DiscImageChef.Decoders;
namespace DiscImageChef.Filesystems.LisaFS
{
partial class LisaFS : Filesystem
public partial class LisaFS : Filesystem
{
public override Errno GetAttributes(string path, ref FileAttributes attributes)
{