remove Session::get_nth_stripable.cc
[ardour.git] / libs / ardour / ardour / system_exec.h
index 40e429720ef9371448b0315a38baf1532ffaa4a6..ae865c7bff7ce040b87449688dfa8a54ae898c0e 100644 (file)
@@ -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) {