diff --git a/BinaryObjectScanner/ProtectionProgress.cs b/BinaryObjectScanner/ProtectionProgress.cs index 27ea7ea6..b38f60ca 100644 --- a/BinaryObjectScanner/ProtectionProgress.cs +++ b/BinaryObjectScanner/ProtectionProgress.cs @@ -12,17 +12,17 @@ /// /// Filename to report progress for /// - public readonly string? Filename { get; } + public string? Filename { get; } /// /// Value between 0 and 1 representign the percentage completed /// - public readonly float Percentage { get; } + public float Percentage { get; } /// /// Protection information to report /// - public readonly string? Protection { get; } + public string? Protection { get; } public ProtectionProgress(string? filename, float percentage, string? protection) {