aboutsummaryrefslogtreecommitdiff
path: root/libbutl/process.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/process.ixx')
-rw-r--r--libbutl/process.ixx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbutl/process.ixx b/libbutl/process.ixx
index eba6be5..c32bf2a 100644
--- a/libbutl/process.ixx
+++ b/libbutl/process.ixx
@@ -251,7 +251,7 @@ namespace butl
// specialization.
//
template <>
- optional<bool> process::
+ LIBBUTL_SYMEXPORT optional<bool> process::
timed_wait (const std::chrono::milliseconds&);
template <typename R, typename P>