It is enought to declare 'object'.
The build was successful. Details

This commit is contained in:
Rafal Kupiec 2019-03-13 19:59:48 +01:00
parent a2749000d6
commit e498bc7646
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 0 additions and 1 deletions

View File

@ -1002,7 +1002,6 @@ struct ph7_vm_func {
SySet aClosureEnv; /* Closure environment (ph7_vm_func_closure_env instace) */
sxi32 iFlags; /* VM function configuration */
sxu32 nType; /* Return data type expected by this function */
SyString sClass; /* Return class expected by this function */
SyString sSignature; /* Function signature used to implement function overloading
* (Refer to the official documentation for more information
* on this powerfull feature)