summaryrefslogtreecommitdiffstats
path: root/src/JackDriver.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/JackDriver.hpp')
-rw-r--r--src/JackDriver.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/JackDriver.hpp b/src/JackDriver.hpp
index 698ed39..d987077 100644
--- a/src/JackDriver.hpp
+++ b/src/JackDriver.hpp
@@ -49,6 +49,7 @@ public:
bool is_realtime() const { return _client && jack_is_realtime(_client); }
void refresh();
+ void destroy_all();
bool port_names(const PortID& id,
std::string& module_name,
@@ -96,7 +97,6 @@ private:
static void error_cb(const char* msg);
- void destroy_all_ports();
void shutdown();
static void jack_client_registration_cb(const char* name, int registered, void* me);