Cosmetic
This commit is contained in:
parent
f94cf6b969
commit
6bec81aa3a
|
@ -101,7 +101,7 @@ template <typename Type>
|
||||||
struct RecordListOf : RecordArrayOf<Type>
|
struct RecordListOf : RecordArrayOf<Type>
|
||||||
{
|
{
|
||||||
inline const Type& operator [] (unsigned int i) const
|
inline const Type& operator [] (unsigned int i) const
|
||||||
{ return this+RecordArrayOf<Type>::operator[](i).offset; }
|
{ return this+RecordArrayOf<Type>::operator [](i).offset; }
|
||||||
|
|
||||||
inline bool sanitize (SANITIZE_ARG_DEF) {
|
inline bool sanitize (SANITIZE_ARG_DEF) {
|
||||||
TRACE_SANITIZE ();
|
TRACE_SANITIZE ();
|
||||||
|
|
Loading…
Reference in New Issue