We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6af3163 commit 3b966e1Copy full SHA for 3b966e1
1 file changed
src/variables/rule.h
@@ -38,7 +38,7 @@ class Rule_DictElement : public VariableDictElement { \
38
: VariableDictElement(m_rule, dictElement) { }
39
40
static void id(Transaction *t,
41
- RuleWithActions *rule,
+ const RuleWithActions *rule,
42
std::vector<const VariableValue *> *l) {
43
const RuleWithActions *r = rule;
44
@@ -72,7 +72,7 @@ class Rule_DictElement : public VariableDictElement { \
72
73
74
static void severity(Transaction *t,
75
76
77
78
0 commit comments