summaryrefslogtreecommitdiffstats
path: root/src/Patchage.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-30 14:54:14 +0100
committerDavid Robillard <d@drobilla.net>2020-11-30 14:54:14 +0100
commit760dca9cddbd4363140cdbd91fd3926fadf869a3 (patch)
treeb88636288530da2524afdf0bb6b0dfde69fafe3d /src/Patchage.cpp
parentfeba8dd8df394119a041e40a5ac24b2fccb7507b (diff)
downloadpatchage-760dca9cddbd4363140cdbd91fd3926fadf869a3.tar.gz
patchage-760dca9cddbd4363140cdbd91fd3926fadf869a3.tar.bz2
patchage-760dca9cddbd4363140cdbd91fd3926fadf869a3.zip
Fix clang-tidy warnings
Diffstat (limited to 'src/Patchage.cpp')
-rw-r--r--src/Patchage.cpp2
1 files changed, 1 insertions, 1 deletions
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)) {