summaryrefslogtreecommitdiffstats
path: root/raul/JackDriver.h
diff options
context:
space:
mode:
Diffstat (limited to 'raul/JackDriver.h')
-rw-r--r--raul/JackDriver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/raul/JackDriver.h b/raul/JackDriver.h
index d1ccc9b..512bce7 100644
--- a/raul/JackDriver.h
+++ b/raul/JackDriver.h
@@ -39,7 +39,7 @@ public:
JackDriver();
virtual ~JackDriver();
- void attach(const string& client_name);
+ void attach(const string& client_name, string server_name="default");
void detach();
bool is_attached() const { return (_client != NULL); }