aboutsummaryrefslogtreecommitdiff
path: root/libbutl/process-run.txx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/process-run.txx')
-rw-r--r--libbutl/process-run.txx5
1 files changed, 2 insertions, 3 deletions
diff --git a/libbutl/process-run.txx b/libbutl/process-run.txx
index f6c14f5..85e51e2 100644
--- a/libbutl/process-run.txx
+++ b/libbutl/process-run.txx
@@ -5,9 +5,8 @@
LIBBUTL_MODEXPORT namespace butl //@@ MOD Clang needs this for some reason.
{
template <typename V>
- process_env::
- process_env (const process_path& p, const V& v)
- : process_env (p)
+ void process_env::
+ init_vars (const V& v)
{
if (!v.empty ())
{