summaryrefslogtreecommitdiffhomepage
path: root/cmap_test.c
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2020-03-06 19:33:22 +0100
committerGitHub <[email protected]>2020-03-06 19:33:22 +0100
commit28db3c2e10b0a2be0609bced1862e658623bf8cd (patch)
tree06f377d5a4a9bd03b133a08247e0f6c39150a205 /cmap_test.c
parent4b1af0476ea6c3c859183030da705e1493656912 (diff)
downloadSTC-modified-28db3c2e10b0a2be0609bced1862e658623bf8cd.tar.gz
STC-modified-28db3c2e10b0a2be0609bced1862e658623bf8cd.zip
Added erase to CVector
Diffstat (limited to 'cmap_test.c')
-rw-r--r--cmap_test.c2
1 files changed, 1 insertions, 1 deletions
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);