mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-10 20:08:31 +01:00
cpp2ffi: ftemplate_list functions where left out from comments changes
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user