summaryrefslogtreecommitdiffhomepage
path: root/docs/cptr_api.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-02-22 15:47:31 +0100
committerTyge Løvset <[email protected]>2021-02-22 15:47:31 +0100
commit7475268368b2364c87de171335d1a9254b88316f (patch)
tree8a82e5a6244fb1337df78d5bfc2666ee1b858654 /docs/cptr_api.md
parentd05737c48813a077976da385d8922f3b17400b80 (diff)
downloadSTC-modified-7475268368b2364c87de171335d1a9254b88316f.tar.gz
STC-modified-7475268368b2364c87de171335d1a9254b88316f.zip
Minor.
Diffstat (limited to 'docs/cptr_api.md')
-rw-r--r--docs/cptr_api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cptr_api.md b/docs/cptr_api.md
index 6ddca701..678dfb6b 100644
--- a/docs/cptr_api.md
+++ b/docs/cptr_api.md
@@ -85,7 +85,7 @@ void Person_del(Person* p) {
}
// declare managed pointer and cvec with pointers
using_cptr(pe, Person, c_no_compare, Person_del);
-using_cvec(pe, Person*, c_no_compare, cptr_pe_del);
+using_cvec(pe, Person*, c_no_compare, cptr_pe_del, c_no_clone);
int main() {
cvec_pe vec = cvec_pe_init();