aboutsummaryrefslogtreecommitdiff
path: root/src/identity_context.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/identity_context.zig')
-rw-r--r--src/identity_context.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/identity_context.zig b/src/identity_context.zig
index 299907b34..7bcfa3dbc 100644
--- a/src/identity_context.zig
+++ b/src/identity_context.zig
@@ -17,7 +17,7 @@ pub const ArrayIdentityContext = struct {
return key;
}
- pub fn eql(_: @This(), a: u32, b: u32) bool {
+ pub fn eql(_: @This(), a: u32, b: u32, _: usize) bool {
return a == b;
}
};