diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index 4fdc6f3..c9058fd 100644 --- a/docs/index.html +++ b/docs/index.html | |||
@@ -293,7 +293,7 @@ | |||
293 | <table border="1" bgcolor="#E0E0FF" cellpadding="10" style="width:50%"> | 293 | <table border="1" bgcolor="#E0E0FF" cellpadding="10" style="width:50%"> |
294 | <tr> | 294 | <tr> |
295 | <td> | 295 | <td> |
296 | <pre> struct { lua_Alloc allocF; void* allocUD; }</pre> | 296 | <pre> struct { uintptr_t version { AllocatorDefinition::kAllocatorVersion }; lua_Alloc allocF; void* allocUD; }</pre> |
297 | </td> | 297 | </td> |
298 | </tr> | 298 | </tr> |
299 | </table> | 299 | </table> |