summaryrefslogtreecommitdiff
path: root/fluid/shell_command.h
diff options
context:
space:
mode:
Diffstat (limited to 'fluid/shell_command.h')
-rw-r--r--fluid/shell_command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/shell_command.h b/fluid/shell_command.h
index 8a1f4e2a2..530b34310 100644
--- a/fluid/shell_command.h
+++ b/fluid/shell_command.h
@@ -70,7 +70,7 @@ public:
int get_fileno() const;
-#if defined(_WIN32) && !defined(__CYGWIN__)
+#if defined(_WIN32) && !defined(__CYGWIN__)
protected:
HANDLE pin[2], pout[2], perr[2];
char ptmode;