summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/JackLibDriver.cpp1
-rw-r--r--src/Patchage.cpp2
2 files changed, 1 insertions, 2 deletions
diff --git a/src/JackLibDriver.cpp b/src/JackLibDriver.cpp
index e5d3d23..36015fe 100644
--- a/src/JackLibDriver.cpp
+++ b/src/JackLibDriver.cpp
@@ -110,7 +110,6 @@ private:
JackLibDriver::JackLibDriver(ILog& log, EventSink emit_event)
: AudioDriver{std::move(emit_event)}
, _log{log}
- , _is_activated{false}
{}
JackLibDriver::~JackLibDriver()
diff --git a/src/Patchage.cpp b/src/Patchage.cpp
index a2a9788..f216f2f 100644
--- a/src/Patchage.cpp
+++ b/src/Patchage.cpp
@@ -111,7 +111,7 @@ port_order(const GanvPort* a, const GanvPort* b, void*)
return 0;
}
-static void
+void
load_module_location(GanvNode* node, void*)
{
if (GANV_IS_MODULE(node)) {