Skip to content

Commit

Permalink
Modify accessibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenveo committed Dec 7, 2021
1 parent b4f9cc8 commit 1882bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Noisrev.League.IO.RST/RSTFile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ public RSTFile(Stream input, bool leaveOpen) : this()
}
}

private void CheckDuplicate(ulong hash)
internal void CheckDuplicate(ulong hash)
{
// Check if the entry is already in the list
if (_entries.Any(e => e.Hash == hash))
Expand Down

0 comments on commit 1882bf0

Please sign in to comment.