Makes RuleWithActions const in run time operations

This commit is contained in:
Felipe Zimmerle
2019-05-08 11:08:24 -03:00
parent a733313589
commit d023ddffcd
90 changed files with 120 additions and 120 deletions

View File

@@ -39,7 +39,7 @@ bool Rx::init(const std::string &file, std::string *error) {
bool Rx::evaluate(Transaction *transaction,
RuleWithActions *rule,
const RuleWithActions *rule,
const bpstd::string_view &input,
RuleMessage *ruleMessage) {
Regex *re;