elua: in/out fix

This commit is contained in:
Daniel Kolesa 2014-05-01 14:18:02 +01:00 committed by Daniel Kolesa
parent 176e41020d
commit 3c42301f00
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ local known_ptr_in = {
local convfuncs = {}
local build_calln = function(tps, expr, tp, isin)
local build_calln = function(tps, expr, isin)
local nm, own
local buf = { "__convert", isin and "IN" or "OUT" }
local owns = {}