summaryrefslogtreecommitdiffstats
path: root/raul/JackDriver.h
diff options
context:
space:
mode:
Diffstat (limited to 'raul/JackDriver.h')
-rw-r--r--raul/JackDriver.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/raul/JackDriver.h b/raul/JackDriver.h
index 512bce7..e7aa30a 100644
--- a/raul/JackDriver.h
+++ b/raul/JackDriver.h
@@ -86,6 +86,9 @@ protected:
virtual void on_shutdown() {}
virtual void on_error() {}
+protected:
+ jack_client_t* _client;
+
private:
static void error_cb(const char* msg);
@@ -102,8 +105,6 @@ private:
static void jack_shutdown_cb(void* me);
- jack_client_t* _client;
-
bool _is_activated;
jack_position_t _last_pos;
jack_nframes_t _buffer_size;