This commit is contained in:
Behdad Esfahbod 2009-11-02 19:17:36 -05:00
parent f94cf6b969
commit 6bec81aa3a
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ template <typename Type>
struct RecordListOf : RecordArrayOf<Type>
{
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) {
TRACE_SANITIZE ();