aboutsummaryrefslogtreecommitdiff
path: root/libbutl/process.mxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/process.mxx')
-rw-r--r--libbutl/process.mxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/libbutl/process.mxx b/libbutl/process.mxx
index c52869e..fa97ebf 100644
--- a/libbutl/process.mxx
+++ b/libbutl/process.mxx
@@ -130,8 +130,11 @@ LIBBUTL_MODEXPORT namespace butl
void
clear_recall ();
+ // Make all three paths the same.
+ //
explicit
process_path (path effect);
+
process_path (const char* initial, path&& recall, path&& effect);
process_path () = default;