summaryrefslogtreecommitdiff
path: root/src/xsub.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/xsub.cpp')
-rw-r--r--src/xsub.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xsub.cpp b/src/xsub.cpp
index 7797bdf..80cc205 100644
--- a/src/xsub.cpp
+++ b/src/xsub.cpp
@@ -48,7 +48,7 @@ xs::xsub_t::~xsub_t ()
errno_assert (rc == 0);
}
-void xs::xsub_t::xattach_pipe (pipe_t *pipe_)
+void xs::xsub_t::xattach_pipe (pipe_t *pipe_, bool icanhasall_)
{
xs_assert (pipe_);
fq.attach (pipe_);