commit | 636786ecaf18c52d4c337d009434b22e868ab796 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Tue Jan 08 23:48:35 2019 -0800 |
committer | Behdad Esfahbod <behdad@behdad.org> | Sun Jan 20 20:12:12 2019 -0500 |
tree | 6d2302a759ad47b5c53cef3021ff8e2f578969c9 | |
parent | 6caf76f4a8b5e232a87b84dc5e357dddef63d00b [diff] [blame] |
[iter] Rename __item_type__ to __item_t__
diff --git a/src/hb-array.hh b/src/hb-array.hh index 9247a79..d37d220 100644 --- a/src/hb-array.hh +++ b/src/hb-array.hh
@@ -54,7 +54,7 @@ /* * Iterator implementation. */ - typedef Type& __item_type__; + typedef Type& __item_t__; enum { is_random_access_iterator = true }; Type& __item_at__ (unsigned i) const {