From 394b01da8e26dbe1b6a0520944d954ca0b16b1b5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 23 Sep 2018 17:31:12 +0200 Subject: Use lowercase namespace names --- src/gui/LoadGraphWindow.hpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/gui/LoadGraphWindow.hpp') diff --git a/src/gui/LoadGraphWindow.hpp b/src/gui/LoadGraphWindow.hpp index 8ec5ed4b..d4b36a26 100644 --- a/src/gui/LoadGraphWindow.hpp +++ b/src/gui/LoadGraphWindow.hpp @@ -28,11 +28,11 @@ #include "ingen/Node.hpp" #include "ingen/types.hpp" -namespace Ingen { +namespace ingen { -namespace Client { class GraphModel; } +namespace client { class GraphModel; } -namespace GUI { +namespace gui { /** 'Load Graph' Window. * @@ -48,9 +48,9 @@ public: void init(App& app) { _app = &app; } - void set_graph(SPtr graph); + void set_graph(SPtr graph); - void present(SPtr graph, + void present(SPtr graph, bool import, Properties data); @@ -72,7 +72,7 @@ private: Properties _initial_data; - SPtr _graph; + SPtr _graph; Gtk::Label* _symbol_label; Gtk::Entry* _symbol_entry; @@ -89,7 +89,7 @@ private: bool _merge_ports; }; -} // namespace GUI -} // namespace Ingen +} // namespace gui +} // namespace ingen #endif // INGEN_GUI_LOADGRAPHWINDOW_HPP -- cgit v1.2.1