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

@@ -37,7 +37,7 @@ using System.Collections.Generic;
namespace DiscImageChef.Filesystems
{
// Information from the Linux kernel
class SysVfs : Filesystem
public class SysVfs : Filesystem
{
const uint XENIX_MAGIC = 0x002B5544;
const uint XENIX_CIGAM = 0x44552B00;