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 --- ingen/Node.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ingen/Node.hpp') diff --git a/ingen/Node.hpp b/ingen/Node.hpp index ca78aa3d..90a6e53f 100644 --- a/ingen/Node.hpp +++ b/ingen/Node.hpp @@ -33,7 +33,7 @@ class Path; class Symbol; } -namespace Ingen { +namespace ingen { class Arc; class FilePath; @@ -101,6 +101,6 @@ protected: Arcs _arcs; ///< Graphs only }; -} // namespace Ingen +} // namespace ingen #endif // INGEN_NODE_HPP -- cgit v1.2.1