diff --git a/src/hb-ot-layout-common-private.hh b/src/hb-ot-layout-common-private.hh index 570f40fa6..0df4a5eb5 100644 --- a/src/hb-ot-layout-common-private.hh +++ b/src/hb-ot-layout-common-private.hh @@ -101,7 +101,7 @@ template struct RecordListOf : RecordArrayOf { inline const Type& operator [] (unsigned int i) const - { return this+RecordArrayOf::operator[](i).offset; } + { return this+RecordArrayOf::operator [](i).offset; } inline bool sanitize (SANITIZE_ARG_DEF) { TRACE_SANITIZE ();