mirror of
https://github.com/SabreTools/SabreTools.Models.git
synced 2026-09-23 23:25:35 +00:00
Fix warnings from nullabilty
This commit is contained in:
@@ -33,7 +33,11 @@
|
||||
/// <summary>
|
||||
/// Describes keyboard accelerator characteristics.
|
||||
/// </summary>
|
||||
#if NET48
|
||||
public NewHeader NEWHEADER;
|
||||
#else
|
||||
public NewHeader? NEWHEADER;
|
||||
#endif
|
||||
|
||||
// TODO: Add array of entries in the resource
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user