File tree 2 files changed +2
-2
lines changed
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 {
56
56
variables::Variables *eclusion, Transaction *trans);
57
57
58
58
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);
60
60
61
61
static void updateMatchedVars (Transaction *trasn, const std::string &key,
62
62
const std::string &value);
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ void RuleWithOperator::cleanMatchedVars(Transaction *trans) {
101
101
102
102
103
103
bool 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) {
105
105
#if MSC_EXEC_CLOCK_ENABLED
106
106
clock_t begin = clock ();
107
107
clock_t end;
You can’t perform that action at this time.
0 commit comments