From 6597c9b777b608a96974b4a7a8c15234b05ffdd8 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 26 Jul 2016 22:36:33 +0300 Subject: Cleanup DLL export/import --- butl/process | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'butl/process') 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_;} -- cgit v1.1