Use string_view for a couple of Dbg methods

This commit is contained in:
Tim Wojtulewicz 2020-02-03 11:35:26 -05:00
parent eda1b4a23e
commit 92afe64525
3 changed files with 5 additions and 5 deletions

View file

@ -21,7 +21,7 @@ public:
void SetID(int newID) { BPID = newID; }
// True if breakpoint could be set; false otherwise
bool SetLocation(ParseLocationRec plr, string loc_str);
bool SetLocation(ParseLocationRec plr, string_view loc_str);
bool SetLocation(Stmt* stmt);
bool SetLocation(double time);