summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/system_exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/system_exec.h')
-rw-r--r--libs/ardour/ardour/system_exec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/system_exec.h b/libs/ardour/ardour/system_exec.h
index 40e429720e..ae865c7bff 100644
--- a/libs/ardour/ardour/system_exec.h
+++ b/libs/ardour/ardour/system_exec.h
@@ -32,6 +32,7 @@ class LIBARDOUR_API SystemExec
public:
SystemExec (std::string c, std::string a = "");
SystemExec (std::string c, char ** a);
+ SystemExec (std::string c, const std::map<char, std::string> subs);
~SystemExec ();
int start (int stderr_mode = 1) {