Skip to content

Commit c079c1a

Browse files
authored
Update DynamicArray.h
1 parent ae5ef14 commit c079c1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DynamicArray/DynamicArray.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ DLLFUNC_C bool darr_destroy(int handle);
4646

4747
// De-allocates **all** dynamic vectors from memory.
4848
// After this function, **all handles** will no longer be recognized.
49-
DLLFUNC_C void darr_destroy_all(int handle);
49+
DLLFUNC_C void darr_destroy_all();

0 commit comments

Comments
 (0)