aboutsummaryrefslogtreecommitdiff
path: root/libbutl/command.mxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-07-05 17:52:06 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-07-05 19:17:11 +0300
commitf5f8d5f05c7e73627be492a1f702fcb04af3160f (patch)
treeb630e1fc8077dbb444ca93b67697597acabd8dc9 /libbutl/command.mxx
parent646ff7d9933b550b65b8377b3fa1b9bd85056cb3 (diff)
Fix move-constructing/assigning for process_env and process_path classes
Diffstat (limited to 'libbutl/command.mxx')
-rw-r--r--libbutl/command.mxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/libbutl/command.mxx b/libbutl/command.mxx
index 354788d..e2a9737 100644
--- a/libbutl/command.mxx
+++ b/libbutl/command.mxx
@@ -80,5 +80,4 @@ LIBBUTL_MODEXPORT namespace butl
const optional<command_substitution_map>& = nullopt,
char subst = '@',
const std::function<command_callback>& = {});
-
}