From 28db3c2e10b0a2be0609bced1862e658623bf8cd Mon Sep 17 00:00:00 2001 From: Tyge Løvset <60263450+tylo-work@users.noreply.github.com> Date: Fri, 6 Mar 2020 19:33:22 +0100 Subject: Added erase to CVector --- cmap_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmap_test.c') diff --git a/cmap_test.c b/cmap_test.c index 4c37c45e..06ea7ed1 100644 --- a/cmap_test.c +++ b/cmap_test.c @@ -27,7 +27,7 @@ #include "cstring.h" -declare_CVector(s, CString, cstring_destroy); +declare_CStringVector(s); declare_CMap_StringKey(ss, CString, cstring_destroy); declare_CMap_StringKey(si, int); declare_CMap(id, uint64_t, double); -- cgit v1.2.3