aboutsummaryrefslogtreecommitdiff
path: root/libbutl/process-run.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/process-run.cxx')
-rw-r--r--libbutl/process-run.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/libbutl/process-run.cxx b/libbutl/process-run.cxx
index fd8abe3..446eec0 100644
--- a/libbutl/process-run.cxx
+++ b/libbutl/process-run.cxx
@@ -41,9 +41,9 @@ namespace butl
const process_path& pp,
const char* cmd[],
const char* const* envvars,
- int in,
- int out,
- int err)
+ process::pipe in,
+ process::pipe out,
+ process::pipe err)
{
try
{