Makes RuleWithActions const in run time operations

This commit is contained in:
Felipe Zimmerle
2019-05-08 11:08:24 -03:00
parent a733313589
commit d023ddffcd
90 changed files with 120 additions and 120 deletions

View File

@@ -68,7 +68,7 @@ class RuleScript : public RuleWithActions {
}
bool init(std::string *err);
bool evaluate(Transaction *trans) override;
bool evaluate(Transaction *trans) const override;
std::string m_name;
std::shared_ptr<engine::Lua> m_lua;