summaryrefslogtreecommitdiff
path: root/fluid/shell_command.h
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-01-01 20:05:42 +0100
committerGitHub <noreply@github.com>2023-01-01 20:05:42 +0100
commita63ad76603accc70747a2073c78139299064c43b (patch)
treeb64302ca02847a73d9c8445c11023cfc34314dff /fluid/shell_command.h
parent23e8d831a868774c014993d52eead0cbe105f218 (diff)
FLUID refactor and macOS warnings removed (#623)
P renamed to g_project class Project renamed to class Fluid_Project fixes macOS type cast warnings
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;