mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Deprecate TypeType::Type(), replace with GetType()
This commit is contained in:
parent
863f02744e
commit
a0481c0b26
5 changed files with 14 additions and 8 deletions
|
@ -236,7 +236,7 @@ bool Manager::CreateStream(EnumVal* id, RecordVal* sval)
|
|||
}
|
||||
|
||||
RecordType* columns = sval->GetField("columns")
|
||||
->AsType()->AsTypeType()->Type()->AsRecordType();
|
||||
->AsType()->AsTypeType()->GetType()->AsRecordType();
|
||||
|
||||
bool log_attr_present = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue