mirror of
https://github.com/SabreTools/SabreTools.Models.git
synced 2026-07-24 09:42:16 +00:00
Fix warnings from nullabilty
This commit is contained in:
@@ -20,6 +20,10 @@
|
||||
/// <summary>
|
||||
/// Pointer to an array that contains the error message or message box display text.
|
||||
/// </summary>
|
||||
#if NET48
|
||||
public string Text;
|
||||
#else
|
||||
public string? Text;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user