File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ class RuleWithOperator : public RuleWithActions {
5656 variables::Variables *eclusion, Transaction *trans);
5757
5858 bool executeOperatorAt (Transaction *trasn, const std::string &key,
59- std::string value, std::shared_ptr<RuleMessage> rm);
59+ const std::string & value, std::shared_ptr<RuleMessage> rm);
6060
6161 static void updateMatchedVars (Transaction *trasn, const std::string &key,
6262 const std::string &value);
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ void RuleWithOperator::cleanMatchedVars(Transaction *trans) {
101101
102102
103103bool RuleWithOperator::executeOperatorAt (Transaction *trans, const std::string &key,
104- std::string value, std::shared_ptr<RuleMessage> ruleMessage) {
104+ const std::string & value, std::shared_ptr<RuleMessage> ruleMessage) {
105105#if MSC_EXEC_CLOCK_ENABLED
106106 clock_t begin = clock ();
107107 clock_t end;
You can’t perform that action at this time.
0 commit comments