aboutsummaryrefslogtreecommitdiff
path: root/libbutl
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-10-13 21:29:39 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-11-05 18:23:39 +0300
commit8ca3b4e5996e37411d866fb5fa1b1a86515aa628 (patch)
tree4a272d34d0aa8c673c9d0eea9987add7765aabf0 /libbutl
parented63f730882bf6061e30b41501b37ca53fef8af9 (diff)
Fix 'unresolved external symbol' for process::timed_wait(milliseconds) on Windows
Diffstat (limited to 'libbutl')
-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>