Makes RuleWithActions const in run time operations

This commit is contained in:
Felipe Zimmerle
2019-05-08 11:08:24 -03:00
parent 2408006227
commit d3512e5e1c
88 changed files with 118 additions and 118 deletions

View File

@@ -34,7 +34,8 @@ class LuaScriptBlob {
public:
LuaScriptBlob() :
m_data(NULL),
m_len(0) { }
m_len(0)
{ }
~LuaScriptBlob() {
if (m_data) {