summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/include/clang/Frontend/PCHReader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Frontend/PCHReader.h b/clang/include/clang/Frontend/PCHReader.h
index 81f18432eed..c0e869fc1f1 100644
--- a/clang/include/clang/Frontend/PCHReader.h
+++ b/clang/include/clang/Frontend/PCHReader.h
@@ -337,7 +337,7 @@ public:
/// \returns true if there was an error while reading the
/// declarations for this declaration context.
virtual bool ReadDeclsLexicallyInContext(DeclContext *DC,
- llvm::SmallVectorImpl<unsigned> &Decls);
+ llvm::SmallVectorImpl<pch::DeclID> &Decls);
/// \brief Read all of the declarations visible from a declaration
/// context.
OpenPOWER on IntegriCloud