| Index: include/gpu/GrProgramElementRef.h
|
| diff --git a/include/gpu/GrProgramElementRef.h b/include/gpu/GrProgramElementRef.h
|
| index 1e3b4f8ebe442be0968d53cb1fe4ece960421599..920ab78a48a42be9ed41b5cef8ac1dff0fc0e7e2 100644
|
| --- a/include/gpu/GrProgramElementRef.h
|
| +++ b/include/gpu/GrProgramElementRef.h
|
| @@ -42,7 +42,7 @@ public:
|
| operator T*() { return fObj; }
|
|
|
| /** If T is const, the type returned from operator-> will also be const. */
|
| - typedef typename SkTConstType<typename SkAutoTUnref<T>::BlockRef<T>,
|
| + typedef typename SkTConstType<typename SkAutoTUnref<T>::template BlockRef<T>,
|
| SkTIsConst<T>::value>::type BlockRefType;
|
|
|
| /**
|
|
|