Attempt to fix reported build error on Cygwin, PR4088.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70268 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eli Friedman 2009-04-27 23:36:17 +00:00
Родитель de13502158
Коммит 4e14823581
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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.