mirror of
https://github.com/cimgui/cimgui.git
synced 2026-09-07 08:27:21 +00:00
cpp2ffi: breaking: call_args_old is gone we have call_args and call_args_conv only when needed
This commit is contained in:
@@ -1521,8 +1521,10 @@ local function ADDnonUDT(FP)
|
||||
def.skipped = skip
|
||||
FP.skipped[def.ov_cimguiname] = true
|
||||
else
|
||||
def.call_args_old = def.call_args
|
||||
def.call_args = caar
|
||||
--def.call_args_old = def.call_args
|
||||
if caar~=def.call_args then
|
||||
def.call_args_conv = caar
|
||||
end
|
||||
def.args = asp
|
||||
def.argsT = argsTN
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user