From 5d6ab4915c3b93f534c45bb6f84bf3273221e87c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 13 Dec 2022 01:23:28 -0500 Subject: Concatenate nested namespaces --- src/gui/MessagesWindow.hpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/gui/MessagesWindow.hpp') diff --git a/src/gui/MessagesWindow.hpp b/src/gui/MessagesWindow.hpp index 45301889..97b6187c 100644 --- a/src/gui/MessagesWindow.hpp +++ b/src/gui/MessagesWindow.hpp @@ -37,8 +37,7 @@ class Button; class TextView; } // namespace Gtk -namespace ingen { -namespace gui { +namespace ingen::gui { class App; @@ -75,7 +74,6 @@ private: std::map< LV2_URID, Glib::RefPtr > _tags; }; -} // namespace gui -} // namespace ingen +} // namespace ingen::gui #endif // INGEN_GUI_MESSAGESWINDOW_HPP -- cgit v1.2.1