aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2012-07-20 19:49:33 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2012-07-20 19:49:33 +0000
commitbb3c4fab45689162ac319bb2eeeb2bafa035ae31 (patch)
tree9ac96f208ea4ee9d8571c5497021b2afcb8b5d56
parenta7eb58378afcdf50f0afd193356dc07c017b738e (diff)
downloadexternal_llvm-bb3c4fab45689162ac319bb2eeeb2bafa035ae31.tar.gz
external_llvm-bb3c4fab45689162ac319bb2eeeb2bafa035ae31.tar.bz2
external_llvm-bb3c4fab45689162ac319bb2eeeb2bafa035ae31.zip
Try to unbreak the windows build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160567 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Support/Windows/Process.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Support/Windows/Process.inc b/lib/Support/Windows/Process.inc
index 43ba028a89..e29eb6dff6 100644
--- a/lib/Support/Windows/Process.inc
+++ b/lib/Support/Windows/Process.inc
@@ -154,7 +154,7 @@ unsigned Process::StandardErrColumns() {
}
// The terminal always has colors.
-bool FileDescriptorHasColors(int fd) {
+bool Process::FileDescriptorHasColors(int fd) {
return FileDescriptorIsDisplayed(fd);
}