mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 13:08:20 +00:00
Fix missing namespace that was causing a build error
This commit is contained in:
parent
66c4a93383
commit
9bfe162cad
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ public:
|
|||
void SetID(int newID) { BPID = newID; }
|
||||
|
||||
// True if breakpoint could be set; false otherwise
|
||||
bool SetLocation(ParseLocationRec plr, string_view loc_str);
|
||||
bool SetLocation(ParseLocationRec plr, std::string_view loc_str);
|
||||
bool SetLocation(Stmt* stmt);
|
||||
bool SetLocation(double time);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue