mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Deprecate TypeList::PureType(), replace with TypeList::GetPureType()
This commit is contained in:
parent
9ab7150883
commit
011866a908
8 changed files with 21 additions and 14 deletions
|
@ -517,7 +517,7 @@ bool Manager::TraverseRecord(Stream* stream, Filter* filter, RecordType* rt,
|
|||
TypeTag st = TYPE_VOID;
|
||||
|
||||
if ( t->Tag() == TYPE_TABLE )
|
||||
st = t->AsSetType()->Indices()->PureType()->Tag();
|
||||
st = t->AsSetType()->Indices()->GetPureType()->Tag();
|
||||
|
||||
else if ( t->Tag() == TYPE_VECTOR )
|
||||
st = t->AsVectorType()->YieldType()->Tag();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue