mirror of
https://github.com/SabreTools/SabreTools.Models.git
synced 2026-09-23 15:16:14 +00:00
Fix warnings from nullabilty
This commit is contained in:
@@ -13,6 +13,10 @@
|
||||
/// <summary>
|
||||
/// The pointers are 32 bits each and are relative to the image base.
|
||||
/// </summary>
|
||||
#if NET48
|
||||
public uint[] Pointers;
|
||||
#else
|
||||
public uint[]? Pointers;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user