Attempt to make MSVC happy.

llvm-svn: 104432
This commit is contained in:
Daniel Dunbar 2010-05-22 05:05:12 +00:00
parent e039148801
commit bd3b1d40da
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ llvm::StringRef ArgList::getLastArgValue(OptSpecifier Id,
}
int ArgList::getLastArgIntValue(OptSpecifier Id, int Default,
Diagnostic &Diags) const {
clang::Diagnostic &Diags) const {
int Res = Default;
if (Arg *A = getLastArg(Id)) {