summaryrefslogtreecommitdiffstats
path: root/src/Legend.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Legend.cpp')
-rw-r--r--src/Legend.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Legend.cpp b/src/Legend.cpp
index 42fb95d..a97d7bd 100644
--- a/src/Legend.cpp
+++ b/src/Legend.cpp
@@ -26,6 +26,8 @@
#include <string>
+namespace patchage {
+
Legend::Legend(const Configuration& configuration)
{
add_button(PortType::jack_audio,
@@ -84,3 +86,5 @@ Legend::on_color_set(const PortType id,
signal_color_changed.emit(id, label, rgba);
}
+
+} // namespace patchage