mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
RecordVal: Use const pointer in parse_time_records
It's just an index.
This commit is contained in:
parent
0700427bac
commit
5e9dad04db
1 changed files with 1 additions and 1 deletions
|
@ -1484,7 +1484,7 @@ protected:
|
||||||
|
|
||||||
Obj* origin = nullptr;
|
Obj* origin = nullptr;
|
||||||
|
|
||||||
using RecordTypeValMap = std::unordered_map<RecordType*, std::vector<RecordValPtr>>;
|
using RecordTypeValMap = std::unordered_map<const RecordType*, std::vector<RecordValPtr>>;
|
||||||
static RecordTypeValMap parse_time_records;
|
static RecordTypeValMap parse_time_records;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue