mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 10:38:20 +00:00
change functions for ZVal type management to static members
This commit is contained in:
parent
1e316c05c9
commit
efe40204e0
5 changed files with 58 additions and 59 deletions
|
@ -863,7 +863,7 @@ void RecordType::AddField(unsigned int field, const TypeDecl* td)
|
|||
{
|
||||
ASSERT(field == managed_fields.size());
|
||||
|
||||
managed_fields.push_back(IsManagedType(td->type));
|
||||
managed_fields.push_back(ZVal::IsManagedType(td->type));
|
||||
}
|
||||
|
||||
bool RecordType::HasField(const char* field) const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue