Skip to content

Commit

Permalink
Fix C# build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone committed Jul 1, 2024
1 parent 44ff256 commit 03b3129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csharp/src/Ice/Internal/Reference.cs
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ public override int GetHashCode()
hash.Add(_identity);
hash.Add(_context.Count); // we only hash the count, not the contents
hash.Add(_facet);
if (compress is not null)
if (compress_ is not null)
{
hash.Add(compress_.Value);
}
Expand Down

0 comments on commit 03b3129

Please sign in to comment.