mirror of
https://github.com/SabreTools/SabreTools.Models.git
synced 2026-09-24 23:57:18 +00:00
Fix warnings from nullabilty
This commit is contained in:
@@ -16,6 +16,10 @@
|
||||
/// The FONTDIRENTRY structure for the specified font directly follows the DIRENTRY structure
|
||||
/// for that font.
|
||||
/// </summary>
|
||||
#if NET48
|
||||
public FontDirEntry Entry;
|
||||
#else
|
||||
public FontDirEntry? Entry;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user