Makes RuleWithActions const in run time operations

This commit is contained in:
Felipe Zimmerle
2019-05-08 11:08:24 -03:00
committed by Felipe Zimmerle
parent 0a3b658969
commit 28c3cb3176
90 changed files with 120 additions and 120 deletions

View File

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