Try to unbreak the windows build.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160567 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Benjamin Kramer 2012-07-20 19:49:33 +00:00
parent a7eb58378a
commit bb3c4fab45

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);
}