aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/Windows/Process.inc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Support/Windows/Process.inc')
-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 43ba028..e29eb6d 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);
}