This commit is contained in:
LDj3SNuD 2019-09-25 13:31:37 +02:00 committed by GitHub
parent 2aff9a3c42
commit fdc18f7ddd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ using System.IO;
namespace ARMeilleure.Translation.AOT
{
class AotInfo
sealed class AotInfo
{
private readonly BinaryWriter _relocWriter;
@ -42,4 +42,4 @@ namespace ARMeilleure.Translation.AOT
RelocStream.Dispose();
}
}
}
}