diff options
Diffstat (limited to 'include/Exceptions.h')
-rw-r--r-- | include/Exceptions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Exceptions.h b/include/Exceptions.h index 85451f0..ef697e7 100644 --- a/include/Exceptions.h +++ b/include/Exceptions.h @@ -84,7 +84,7 @@ INLINE void Base::free(char *& p) { xfree(p); } -INLINE int Base::pipe(int * p, int flag = 0) { +INLINE int Base::pipe(int * p, int flag) { return xpipe(p, flag); } |