summaryrefslogtreecommitdiff
path: root/common/JackLibClient.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/JackLibClient.h')
-rw-r--r--common/JackLibClient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/JackLibClient.h b/common/JackLibClient.h
index 6077ebe8..9fe5d783 100644
--- a/common/JackLibClient.h
+++ b/common/JackLibClient.h
@@ -44,7 +44,7 @@ class JackLibClient : public JackClient
JackLibClient(JackSynchro* table);
virtual ~JackLibClient();
- int Open(const char* server_name, const char* name, int uuid, jack_options_t options, jack_status_t* status);
+ int Open(const char* server_name, const char* name, jack_uuid_t uuid, jack_options_t options, jack_status_t* status);
void ShutDown(jack_status_t code, const char* message);
int ClientNotifyImp(int refnum, const char* name, int notify, int sync, const char* message, int value1, int value2);