summaryrefslogtreecommitdiffstats
path: root/src/Legend.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Legend.cpp')
-rw-r--r--src/Legend.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Legend.cpp b/src/Legend.cpp
index e8e4743..294f589 100644
--- a/src/Legend.cpp
+++ b/src/Legend.cpp
@@ -39,7 +39,7 @@ Legend::Legend(const Configuration& configuration)
"Audio",
configuration.get_port_color(PortType::jack_audio));
-#ifdef HAVE_JACK_METADATA
+#if USE_JACK_METADATA
add_button(
PortType::jack_cv, "CV", configuration.get_port_color(PortType::jack_cv));
add_button(PortType::jack_osc,