| ... | @@ -1239,7 +1239,7 @@ fn protocolInterfaces( | ... | @@ -1239,7 +1239,7 @@ fn protocolInterfaces( |
| 1239 | ) = undefined; | 1239 | ) = undefined; |
| 1240 | result[0] = handle_arg; | 1240 | result[0] = handle_arg; |
| 1241 | | 1241 | |
| 1242 | var idx: usize = 1; | 1242 | comptime var idx: usize = 1; |
| 1243 | inline for (interfaces) |interface| { | 1243 | inline for (interfaces) |interface| { |
| 1244 | const InterfacePtr = @TypeOf(interface); | 1244 | const InterfacePtr = @TypeOf(interface); |
| 1245 | const Interface = switch (@typeInfo(InterfacePtr)) { | 1245 | const Interface = switch (@typeInfo(InterfacePtr)) { |