Skip to content

Commit 83f00a9

Browse files
authored
Update adt_array.inc
1 parent c0b0eb4 commit 83f00a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/include/adt_array.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@ methodmap ArrayList < Handle {
219219
// Custom sorts an ADT Array. You must pass in a comparison function.
220220
//
221221
// @param sortfunc Sort comparison function to use
222-
// @param hndl Optional Handle to pass through the comparison calls.
223-
public native void SortCustom(SortFuncADTArray sortfunc, Handle hndl=INVALID_HANDLE);
222+
// @param data Optional Handle or data to pass through the comparison calls.
223+
public native void SortCustom(SortFuncADTArray sortfunc, any data=0);
224224

225225
// Retrieve the size of the array.
226226
property int Length {

0 commit comments

Comments
 (0)