summaryrefslogtreecommitdiff
path: root/fluid
diff options
context:
space:
mode:
Diffstat (limited to 'fluid')
-rw-r--r--fluid/fluid.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/fluid.cxx b/fluid/fluid.cxx
index c99bbde1a..2cbe96756 100644
--- a/fluid/fluid.cxx
+++ b/fluid/fluid.cxx
@@ -1432,7 +1432,7 @@ static bool prepare_shell_command(const char * &command) { // common pre-shell
#if !defined(__MWERKS__)
// Support the full piped shell command...
void
-shell_pipe_cb(int, void*) {
+shell_pipe_cb(FL_SOCKET, void*) {
char line[1024]=""; // Line from command output...
if (s_proc.get_line(line, sizeof(line)) != NULL) {