diff --git a/odb/ng/storage/SegmentedFile.cs b/odb/ng/storage/SegmentedFile.cs index 7263e14..8cb2ac1 100644 --- a/odb/ng/storage/SegmentedFile.cs +++ b/odb/ng/storage/SegmentedFile.cs @@ -29,7 +29,8 @@ namespace ln.types.odb.ng.storage **/ public class SegmentedFile { - public byte[] MagicBytes { get; } = new byte[] { 0x0F, 0x0E, 0x0D, 0x0A }; + + public static byte[] MagicBytes { get; } = new byte[] { 0x0F, 0x0E, 0x0D, 0x0A }; public String FileName { get; }