Reorder inherited interfaces

This commit is contained in:
Matt Nadareski
2022-05-01 17:23:00 -07:00
parent f9f2e0d932
commit a44bdf9013
18 changed files with 18 additions and 18 deletions

View File

@@ -10,7 +10,7 @@ namespace BurnOutSharp.ProtectionType
{
// TODO: Figure out how to properly distinguish SafeDisc and SafeCast since both use
// the same generic BoG_ string. The current combination check doesn't seem consistent
public class SafeDisc : IPortableExecutableCheck, IPathCheck
public class SafeDisc : IPathCheck, IPortableExecutableCheck
{
/// <inheritdoc/>
public string CheckPortableExecutable(string file, PortableExecutable pex, bool includeDebug)