forked from OSchip/llvm-project
Well, it shouldn't be quite *that* obviously broken.
Quick fix to AddMethodToCXXRecordType's non-static definition. llvm-svn: 114124
This commit is contained in:
parent
e44f1fbb4b
commit
d24a7c893b
|
@ -170,7 +170,7 @@ public:
|
|||
const char *name,
|
||||
void *method_type)
|
||||
{
|
||||
return ClangASTContext::AddMethodToCXXRecordType(ast_context,
|
||||
return ClangASTContext::AddMethodToCXXRecordType(m_ast_context_ap.get(),
|
||||
record_clang_type,
|
||||
name,
|
||||
method_type);
|
||||
|
|
Loading…
Reference in New Issue