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/Style.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/gui/Style.cpp') diff --git a/src/gui/Style.cpp b/src/gui/Style.cpp index 81e6fb6c..3a122e45 100644 --- a/src/gui/Style.cpp +++ b/src/gui/Style.cpp @@ -30,10 +30,10 @@ #include "Style.hpp" #include "Port.hpp" -namespace Ingen { -namespace GUI { +namespace ingen { +namespace gui { -using namespace Ingen::Client; +using namespace ingen::client; Style::Style(App& app) // Colours from the Tango palette with modified V @@ -82,7 +82,7 @@ Style::apply_settings() } uint32_t -Style::get_port_color(const Client::PortModel* p) +Style::get_port_color(const client::PortModel* p) { const URIs& uris = _app.uris(); if (p->is_a(uris.lv2_AudioPort)) { @@ -102,5 +102,5 @@ Style::get_port_color(const Client::PortModel* p) return 0x555555FF; } -} // namespace GUI -} // namespace Ingen +} // namespace gui +} // namespace ingen -- cgit v1.2.1