Skip to content

Commit

Permalink
Make FnvBase public
Browse files Browse the repository at this point in the history
  • Loading branch information
mnadareski committed Nov 11, 2024
1 parent adc918e commit b8ec4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SabreTools.Hashing/Checksum/FnvBase.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace SabreTools.Hashing.Checksum
{
internal abstract class FnvBase<T> : ChecksumBase<T> where T : struct
public abstract class FnvBase<T> : ChecksumBase<T> where T : struct
{
/// <summary>
/// Initial value to use
Expand Down

0 comments on commit b8ec4ac

Please sign in to comment.