diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2016-07-26 22:36:33 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2016-07-28 19:44:42 +0300 |
commit | 6597c9b777b608a96974b4a7a8c15234b05ffdd8 (patch) | |
tree | 59f588c71ffdf7069e5c765a8ddf5f93610e7e4f /butl/process | |
parent | 2ddc00326a9d6b647e7213212d0241a60be68256 (diff) |
Cleanup DLL export/import
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_;} |