Move do_sub method from zeek.bif to StringVal class method

This commit is contained in:
Tim Wojtulewicz 2019-06-26 12:26:51 -07:00
parent 528bad72de
commit 2cb87c3309
3 changed files with 90 additions and 87 deletions

View file

@ -639,6 +639,8 @@ public:
unsigned int MemoryAllocation() const override;
Val* Substitute(RE_Matcher* re, StringVal* repl, bool do_all);
protected:
friend class Val;
StringVal() {}