diff --git a/src/rule_with_operator.cc b/src/rule_with_operator.cc index 0eb5ea30..d63129da 100644 --- a/src/rule_with_operator.cc +++ b/src/rule_with_operator.cc @@ -153,7 +153,7 @@ void RuleWithOperator::getVariablesExceptions(Transaction *t, } } - for (const auto &[id, v] : t->m_rules->m_exceptions.m_variable_update_target_by_id) { + for (const auto &[id, v] : t->m_rules->m_exceptions.m_variable_update_target_by_id) { // cppcheck-suppress unassignedVariable if (m_ruleId == id) { if (Variable *b{v.get()};dynamic_cast(b)) { exclusion->push_back(dynamic_cast(b)->m_base.get());