I forgot to import a header file change. This

should fix builds.

llvm-svn: 148199
This commit is contained in:
Sean Callanan 2012-01-14 20:16:24 +00:00
parent 0b9c509c4e
commit 36fa92af46
1 changed files with 2 additions and 0 deletions

View File

@ -199,6 +199,8 @@ private:
{ {
} }
void ImportDefinitionTo (clang::Decl *to, clang::Decl *from);
clang::Decl *Imported (clang::Decl *from, clang::Decl *to); clang::Decl *Imported (clang::Decl *from, clang::Decl *to);
ClangASTImporter &m_master; ClangASTImporter &m_master;