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/Patchage.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Patchage.cpp') diff --git a/src/Patchage.cpp b/src/Patchage.cpp index 1eaeb6c..a7c5198 100644 --- a/src/Patchage.cpp +++ b/src/Patchage.cpp @@ -78,6 +78,8 @@ terminate_cb(GtkosxApplication* app, gpointer data) #endif +namespace patchage { + namespace { bool @@ -893,3 +895,5 @@ Patchage::buffer_size_changed() } } } + +} // namespace patchage -- cgit v1.2.1