diff options
Diffstat (limited to 'include/clang/AST/Type.h')
-rw-r--r-- | include/clang/AST/Type.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/AST/Type.h b/include/clang/AST/Type.h index 4a9f10a870..8313e773f5 100644 --- a/include/clang/AST/Type.h +++ b/include/clang/AST/Type.h @@ -1040,7 +1040,7 @@ public: static bool classof(const Type *) { return true; } friend class PCHReader; - friend class PCHWriter; + friend class ASTWriter; }; template <> inline const TypedefType *Type::getAs() const { |