Skip to content
Snippets Groups Projects
Commit 4509c61b authored by gambas's avatar gambas
Browse files

Add '_ready' to the list of special methods.

[DEVELOPMENT ENVIRONMENT]
* BUG: Add '_ready' to the list of special methods.
parent 0c9461d9
No related branches found
No related tags found
Loading
Pipeline #97659034 passed
' Gambas class file
Static Private $aNativeDatatypes As String[] = ["Boolean 0", "Byte 0", "Short 0", "Integer 0", "Long 0", "Single 0", "Float 0", "Date 0", "String 0", "Object 0", "Variant 0", "Pointer 0"]
Static Private $aSpecialMethods As String[] = ["_attach", "_call", "_compare", "_get", "_init", "_new", "_next", "_property", "_put", "_unknown", "_exit"]
Static Private $aSpecialMethods As String[] = ["_attach", "_call", "_compare", "_get", "_init", "_new", "_next", "_property", "_put", "_unknown", "_exit", "_ready"]
Static Private $hClassPicture As Picture
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment