We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae5ef14 commit 697e034Copy full SHA for 697e034
2 files changed
DynamicArray/DynamicArray.cpp
-3.19 KB
DynamicArray/DynamicArray.h
@@ -46,4 +46,4 @@ DLLFUNC_C bool darr_destroy(int handle);
46
47
// De-allocates **all** dynamic vectors from memory.
48
// After this function, **all handles** will no longer be recognized.
49
-DLLFUNC_C void darr_destroy_all(int handle);
+DLLFUNC_C void darr_destroy_all();
0 commit comments