mirror of
https://github.com/SabreTools/SabreTools.Models.git
synced 2026-02-18 05:56:15 +00:00
Fix warnings from nullabilty
This commit is contained in:
@@ -54,6 +54,10 @@ namespace SabreTools.Models.LinearExecutable
|
||||
/// <summary>
|
||||
/// Table entries in the bundle
|
||||
/// </summary>
|
||||
#if NET48
|
||||
public EntryTableEntry[] TableEntries;
|
||||
#else
|
||||
public EntryTableEntry[]? TableEntries;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user