mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-16 14:28:29 +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
|
if self.ftemplate_list then
|
||||||
for iT,vT in ipairs(self.ftemplate_list[ttype]) do
|
for iT,vT in ipairs(self.ftemplate_list[ttype]) do
|
||||||
local funT = fun:gsub(ttype,vT)
|
local funT = fun:gsub(ttype,vT)
|
||||||
self:parseFunction(stname,funT,namespace,it.locat)
|
self:parseFunction(stname,{item=funT},namespace,it.locat)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user