diff options
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index 918646f9559..057f554ac69 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -41,7 +41,7 @@ namespace clang { class Decl; class EnumConstantDecl; class FunctionDecl; - class FunctionTypeProto; + class FunctionProtoType; class LabelStmt; class ObjCContainerDecl; class ObjCInterfaceDecl; |