Try to unbreak the windows build.

llvm-svn: 160567
This commit is contained in:
Benjamin Kramer 2012-07-20 19:49:33 +00:00
parent 11ac39722c
commit dfaa0f3a81
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ unsigned Process::StandardErrColumns() {
}
// The terminal always has colors.
bool FileDescriptorHasColors(int fd) {
bool Process::FileDescriptorHasColors(int fd) {
return FileDescriptorIsDisplayed(fd);
}