diff options
| author | Tyge Løvset <[email protected]> | 2021-11-03 11:51:10 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-11-03 11:51:10 +0100 |
| commit | 99979df6c500dbdea0ea7e202c7076db529d7e42 (patch) | |
| tree | 2e0468d5e099b72be8219ec763820125177a9d33 /include/stc/clist.h | |
| parent | e259ed7807dd9474cc94ba625db4dcd573431362 (diff) | |
| download | STC-modified-99979df6c500dbdea0ea7e202c7076db529d7e42.tar.gz STC-modified-99979df6c500dbdea0ea7e202c7076db529d7e42.zip | |
Update container_X_getmut() for mutable version.
Diffstat (limited to 'include/stc/clist.h')
| -rw-r--r-- | include/stc/clist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stc/clist.h b/include/stc/clist.h index 5ae56634..93e8c249 100644 --- a/include/stc/clist.h +++ b/include/stc/clist.h @@ -172,7 +172,7 @@ _cx_memb(_get)(const _cx_self* self, i_valraw val) { }
STC_INLINE _cx_value*
-_cx_memb(_mutget)(_cx_self* self, i_valraw val) {
+_cx_memb(_getmut)(_cx_self* self, i_valraw val) {
return _cx_memb(_find_in)(_cx_memb(_begin)(self), _cx_memb(_end)(self), val).ref;
}
|
