mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 13:38:19 +00:00
Rename BroObj to Obj
This commit is contained in:
parent
736a3f53d4
commit
02cef05f93
36 changed files with 105 additions and 103 deletions
|
@ -53,7 +53,7 @@ Stmt::~Stmt()
|
|||
|
||||
bool Stmt::SetLocationInfo(const Location* start, const Location* end)
|
||||
{
|
||||
if ( ! BroObj::SetLocationInfo(start, end) )
|
||||
if ( ! Obj::SetLocationInfo(start, end) )
|
||||
return false;
|
||||
|
||||
// Update the Filemap of line number -> statement mapping for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue