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/Configuration.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Configuration.cpp') diff --git a/src/Configuration.cpp b/src/Configuration.cpp index d35ae7a..6158702 100644 --- a/src/Configuration.cpp +++ b/src/Configuration.cpp @@ -27,6 +27,8 @@ #include #include +namespace patchage { + static const char* const port_type_names[N_PORT_TYPES] = {"JACK_AUDIO", "JACK_MIDI", "ALSA_MIDI", @@ -358,3 +360,5 @@ Configuration::save() file.close(); } + +} // namespace patchage -- cgit v1.2.1