diff options
Diffstat (limited to 'src/Patchage.cpp')
-rw-r--r-- | src/Patchage.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
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 |