cpp2ffi: ftemplate_list functions where left out from comments changes

This commit is contained in:
Victor Bombi
2020-10-09 16:24:18 +02:00
parent 711940a064
commit a3ad64dbfa

View File

@@ -1225,7 +1225,7 @@ function M.Parser()
if self.ftemplate_list then
for iT,vT in ipairs(self.ftemplate_list[ttype]) do
local funT = fun:gsub(ttype,vT)
self:parseFunction(stname,funT,namespace,it.locat)
self:parseFunction(stname,{item=funT},namespace,it.locat)
end
end
else