Skip to content

Commit 697e034

Browse files
committed
...
1 parent ae5ef14 commit 697e034

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

DynamicArray/DynamicArray.cpp

-3.19 KB
Binary file not shown.

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)