diff --git a/ARMeilleure/Translation/DelegateInfo.cs b/ARMeilleure/Translation/DelegateInfo.cs index cadad0ecd5..f2dec35ad7 100644 --- a/ARMeilleure/Translation/DelegateInfo.cs +++ b/ARMeilleure/Translation/DelegateInfo.cs @@ -5,9 +5,9 @@ using System.Runtime.InteropServices; namespace ARMeilleure.Translation { - class DelegateInfo + sealed class DelegateInfo { - private readonly Delegate _dlg; // Ensures that this delegate will not be garbage collected. + private readonly Delegate _dlg; // Ensure that this delegate will not be garbage collected. public IntPtr FuncPtr { get; } public OperandType RetType { get; }