Oops, didn't define AreTypesSame correctly.

llvm-svn: 108483
This commit is contained in:
Sean Callanan 2010-07-16 00:00:27 +00:00
parent 3348e2d175
commit 23a3027a67
1 changed files with 2 additions and 2 deletions

View File

@ -672,8 +672,8 @@ ClangASTContext::CopyType(clang::ASTContext *dest_context,
return ret.getAsOpaquePtr();
}
static bool
AreTypesSame(clang::ASTContext *ast_context,
bool
ClangASTContext::AreTypesSame(clang::ASTContext *ast_context,
void *type1,
void *type2)
{