summaryrefslogtreecommitdiffstats
path: root/src/Legend.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-29 18:24:03 +0100
committerDavid Robillard <d@drobilla.net>2020-11-29 18:24:03 +0100
commit178d1cbe1dfc9e7b66c36cbb75590e1cee419174 (patch)
tree4e33ecbff68fc65d9771c2e654411ad9f1aecd86 /src/Legend.cpp
parent4265b9a78dac2b7f26f505c7b90b0d88494e93c2 (diff)
downloadpatchage-178d1cbe1dfc9e7b66c36cbb75590e1cee419174.tar.gz
patchage-178d1cbe1dfc9e7b66c36cbb75590e1cee419174.tar.bz2
patchage-178d1cbe1dfc9e7b66c36cbb75590e1cee419174.zip
Put everything in a namespace
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