From 178d1cbe1dfc9e7b66c36cbb75590e1cee419174 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 29 Nov 2020 18:24:03 +0100 Subject: Put everything in a namespace --- src/Legend.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Legend.cpp') 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 +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 -- cgit v1.2.1