Refactoring in the Rule class to make it more elegant

This commit is contained in:
Felipe Zimmerle
2019-02-25 20:22:38 -03:00
parent 81542a0676
commit f605359ca5
23 changed files with 191 additions and 210 deletions

View File

@@ -50,7 +50,7 @@ int RulesSetPhases::append(RulesSetPhases *from, std::ostringstream *err) {
if (!rule_ckc) {
continue;
}
v.push_back(rule_ckc->m_ruleId);
v.push_back(rule_ckc->getId());
}
}
std::sort (v.begin(), v.end());