mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 10:08:20 +00:00
Rename BroObj to Obj
This commit is contained in:
parent
736a3f53d4
commit
02cef05f93
36 changed files with 105 additions and 103 deletions
|
@ -385,9 +385,9 @@ TraversalCode ID::Traverse(TraversalCallback* cb) const
|
|||
HANDLE_TC_EXPR_POST(tc);
|
||||
}
|
||||
|
||||
void ID::Error(const char* msg, const BroObj* o2)
|
||||
void ID::Error(const char* msg, const Obj* o2)
|
||||
{
|
||||
BroObj::Error(msg, o2, true);
|
||||
Obj::Error(msg, o2, true);
|
||||
SetType(error_type());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue