elua: event fix

This commit is contained in:
Daniel Kolesa 2014-04-22 15:05:47 +01:00 committed by Daniel Kolesa
parent c2d581631b
commit 437c2cf68f
1 changed files with 1 additions and 1 deletions

View File

@ -387,7 +387,7 @@ local Destructor = Node:clone {
}
local Mixin = Node:clone {
__ctor = function(self, cname, ch)
__ctor = function(self, cname, ch, evs)
self.cname = cname
self.prefix = eolian.class_eo_prefix_get(cname)
self.children = ch