From c0a025542988b63275fe1f9281020f4d4bec58a6 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 30 May 2020 20:03:45 +0300 Subject: Fix process_path() constructor --- libbutl/process.mxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libbutl/process.mxx') 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; -- cgit v1.1