diff options
| author | Tyge Løvset <[email protected]> | 2020-03-06 19:33:22 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-03-06 19:33:22 +0100 |
| commit | 28db3c2e10b0a2be0609bced1862e658623bf8cd (patch) | |
| tree | 06f377d5a4a9bd03b133a08247e0f6c39150a205 /cmap_test.c | |
| parent | 4b1af0476ea6c3c859183030da705e1493656912 (diff) | |
| download | STC-modified-28db3c2e10b0a2be0609bced1862e658623bf8cd.tar.gz STC-modified-28db3c2e10b0a2be0609bced1862e658623bf8cd.zip | |
Added erase to CVector
Diffstat (limited to 'cmap_test.c')
| -rw-r--r-- | cmap_test.c | 2 |
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);
|
