Refactoring on Action - having RuleWithAction and RuleWithActionsProperties

This commit is contained in:
Felipe Zimmerle
2020-09-23 13:48:15 -03:00
committed by Felipe Zimmerle
parent 1f80055f63
commit 5b204642ab
44 changed files with 2172 additions and 1533 deletions

View File

@@ -40,7 +40,7 @@ class VariableWithRunTimeString : public Variable {
return *this;
}
virtual void populate(RuleWithActions *rule) {
virtual void populate(const RuleWithActions *rule) {
if (m_string) {
m_string->populate(rule);
}