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/GraphView.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/gui/GraphView.cpp') diff --git a/src/gui/GraphView.cpp b/src/gui/GraphView.cpp index e6361249..42e19344 100644 --- a/src/gui/GraphView.cpp +++ b/src/gui/GraphView.cpp @@ -28,11 +28,11 @@ #include "GraphView.hpp" #include "WidgetFactory.hpp" -namespace Ingen { +namespace ingen { -using namespace Client; +using namespace client; -namespace GUI { +namespace gui { GraphView::GraphView(BaseObjectType* cobject, const Glib::RefPtr& xml) @@ -150,5 +150,5 @@ GraphView::property_changed(const URI& predicate, const Atom& value) _enable_signal = true; } -} // namespace GUI -} // namespace Ingen +} // namespace gui +} // namespace ingen -- cgit v1.2.1