mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
Deprecate RecordVal(RecordType*) ctor
Replaced with one that takes IntrusivePtr
This commit is contained in:
parent
4debad8caf
commit
440b0623ac
22 changed files with 135 additions and 181 deletions
|
@ -149,7 +149,7 @@ protected:
|
|||
|
||||
bool did_init;
|
||||
|
||||
RecordType* dm_rec;
|
||||
IntrusivePtr<RecordType> dm_rec;
|
||||
|
||||
typedef std::list<LookupCallback*> CallbackList;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue