mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-07-17 22:35:09 +00:00
Remove another implicit assignment
This commit is contained in:
@@ -15,7 +15,7 @@ namespace BurnOutSharp
|
||||
/// <summary>
|
||||
/// Optional progress callback during scanning
|
||||
/// </summary>
|
||||
public IProgress<ProtectionProgress> FileProgress { get; set; } = null;
|
||||
public IProgress<ProtectionProgress> FileProgress { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Determines if debug information is output or not
|
||||
|
||||
Reference in New Issue
Block a user