mirror of
https://github.com/SabreTools/SabreTools.Models.git
synced 2026-07-22 16:52:15 +00:00
Fix warnings from nullabilty
This commit is contained in:
@@ -20,6 +20,10 @@
|
||||
/// Following the size are null-terminated strings that are pointed to by symbols
|
||||
/// in the COFF symbol table.
|
||||
/// </summary>
|
||||
#if NET48
|
||||
public string[] Strings;
|
||||
#else
|
||||
public string[]? Strings;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user