summaryrefslogtreecommitdiffhomepage
path: root/include/stc/cmap.h
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-11-03 11:51:10 +0100
committerTyge Løvset <[email protected]>2021-11-03 11:51:10 +0100
commit99979df6c500dbdea0ea7e202c7076db529d7e42 (patch)
tree2e0468d5e099b72be8219ec763820125177a9d33 /include/stc/cmap.h
parente259ed7807dd9474cc94ba625db4dcd573431362 (diff)
downloadSTC-modified-99979df6c500dbdea0ea7e202c7076db529d7e42.tar.gz
STC-modified-99979df6c500dbdea0ea7e202c7076db529d7e42.zip
Update container_X_getmut() for mutable version.
Diffstat (limited to 'include/stc/cmap.h')
-rw-r--r--include/stc/cmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stc/cmap.h b/include/stc/cmap.h
index cccf3199..100f93f6 100644
--- a/include/stc/cmap.h
+++ b/include/stc/cmap.h
@@ -177,7 +177,7 @@ _cx_memb(_get)(const _cx_self* self, i_keyraw rkey) {
}
STC_INLINE _cx_value*
-_cx_memb(_mutget)(const _cx_self* self, i_keyraw rkey)
+_cx_memb(_getmut)(const _cx_self* self, i_keyraw rkey)
{ return (_cx_value*) _cx_memb(_get)(self, rkey); }
STC_INLINE _cx_iter