Fixed docs.

This commit is contained in:
Бранимир Караџић
2021-05-25 20:13:59 -07:00
parent 6baa370801
commit 08e3d51a9e
9 changed files with 108 additions and 51 deletions

View File

@@ -449,7 +449,7 @@ local function codetemp(func)
if func.class then
-- It's a member function
cargs[1] = func.this .. " _this"
cargs[1] = func.this .. " _this"
conversion[1] = func.this_conversion
cppfunc = "This->" .. func.name
callargs[1] = "_this"