From 4bd4f5b1bb4819dea97f6d9fe5b18bc057cc27a9 Mon Sep 17 00:00:00 2001 From: Torben Hohn Date: Wed, 5 May 2010 13:00:48 +0200 Subject: fix compile errors. which showed up from the rebase. --- common/JackLibAPI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/JackLibAPI.cpp') diff --git a/common/JackLibAPI.cpp b/common/JackLibAPI.cpp index 5a7b9219..4af8b218 100644 --- a/common/JackLibAPI.cpp +++ b/common/JackLibAPI.cpp @@ -149,7 +149,7 @@ jack_client_t* jack_client_open_aux(const char* client_name, jack_options_t opti client = new JackLibClient(GetSynchroTable()); } - int res = client->Open(va.server_name, client_name, options, status); + int res = client->Open(va.server_name, client_name, options, status, va.session_id); if (res < 0) { delete client; JackLibGlobals::Destroy(); // jack library destruction -- cgit v1.2.1