mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
GH-1034: Revert TypeList::Types() back to return a type_list* and mark it deprecated
This commit is contained in:
parent
a5a51de3c4
commit
e1338cc379
15 changed files with 82 additions and 71 deletions
|
@ -277,7 +277,7 @@ bool Manager::CreateStream(EnumVal* id, RecordVal* sval)
|
|||
return false;
|
||||
}
|
||||
|
||||
const auto& args = etype->ParamList()->Types();
|
||||
const auto& args = etype->ParamList()->GetTypes();
|
||||
|
||||
if ( args.size() != 1 )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue