mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 15:18:20 +00:00
Move Reporter to zeek namespace
This commit is contained in:
parent
7cedd94ee7
commit
bfab224d7c
132 changed files with 1010 additions and 987 deletions
|
@ -49,7 +49,7 @@ PQ_Element* PriorityQueue::Remove(PQ_Element* e)
|
|||
PQ_Element* e2 = Remove();
|
||||
|
||||
if ( e != e2 )
|
||||
reporter->InternalError("inconsistency in PriorityQueue::Remove");
|
||||
zeek::reporter->InternalError("inconsistency in PriorityQueue::Remove");
|
||||
|
||||
return e2;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue