| Index: src/handles.h
|
| diff --git a/src/handles.h b/src/handles.h
|
| index 573298a925aed4d13bb1f7f6343193d4834a421f..0099f683d8cfd2042e966f7fbdab901ef74f6b59 100644
|
| --- a/src/handles.h
|
| +++ b/src/handles.h
|
| @@ -61,7 +61,7 @@ class Handle {
|
| location_ = reinterpret_cast<T**>(handle.location_);
|
| }
|
|
|
| - INLINE(T* operator ->() const) { return operator*(); }
|
| + INLINE(T* operator->() const) { return operator*(); }
|
|
|
| // Check if this handle refers to the exact same object as the other handle.
|
| INLINE(bool is_identical_to(const Handle<T> other) const);
|
|
|