diff options
Diffstat (limited to 'fpga_interchange/cell_parameters.h')
-rw-r--r-- | fpga_interchange/cell_parameters.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpga_interchange/cell_parameters.h b/fpga_interchange/cell_parameters.h index 3507a81f..de82e76b 100644 --- a/fpga_interchange/cell_parameters.h +++ b/fpga_interchange/cell_parameters.h @@ -42,7 +42,7 @@ struct CellParameters bool compare_property(const Context *ctx, IdString cell_type, IdString parameter, const Property &property, IdString value_to_compare) const; - HashTables::HashMap<std::pair<IdString, IdString>, const CellParameterPOD *> parameters; + HashTables::HashMap<std::pair<IdString, IdString>, const CellParameterPOD *, PairHash> parameters; std::regex verilog_binary_re; std::regex verilog_hex_re; |