diff options
Diffstat (limited to 'butl/process')
-rw-r--r-- | butl/process | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/butl/process b/butl/process index fc8c1e8..ed9f798 100644 --- a/butl/process +++ b/butl/process @@ -17,7 +17,7 @@ namespace butl { - struct LIBBUTL_EXPORT process_error: std::system_error + struct process_error: std::system_error { bool child () const {return child_;} |