diff options
| author | Tyge Lovset <[email protected]> | 2021-11-03 23:15:59 +0100 |
|---|---|---|
| committer | Tyge Lovset <[email protected]> | 2021-11-03 23:15:59 +0100 |
| commit | d25619e0d6ac9970c23610326285d549c266c7c8 (patch) | |
| tree | 65130479d28acaea792f5ed01c5aa79ebed42d1d /include/stc/cmap.h | |
| parent | 85a7ff53750a55fee9a45083abb2f6daa5b19164 (diff) | |
| download | STC-modified-d25619e0d6ac9970c23610326285d549c266c7c8.tar.gz STC-modified-d25619e0d6ac9970c23610326285d549c266c7c8.zip | |
Renamed cnt_X_getmut() to cnt_X_get_mut().
Diffstat (limited to 'include/stc/cmap.h')
| -rw-r--r-- | include/stc/cmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stc/cmap.h b/include/stc/cmap.h index 100f93f6..1a0f28b4 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(_getmut)(const _cx_self* self, i_keyraw rkey)
+_cx_memb(_get_mut)(const _cx_self* self, i_keyraw rkey)
{ return (_cx_value*) _cx_memb(_get)(self, rkey); }
STC_INLINE _cx_iter
|
