diff options
-rw-r--r-- | libbutl/process.mxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbutl/process.mxx b/libbutl/process.mxx index fa97ebf..54abdec 100644 --- a/libbutl/process.mxx +++ b/libbutl/process.mxx @@ -565,6 +565,8 @@ LIBBUTL_MODEXPORT namespace butl (vars != nullptr && *vars != nullptr); } + process_env (): path (nullptr) {} + process_env (const process_path& p, const dir_path& c = dir_path (), const char* const* v = nullptr) |