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/LV2Features.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ingen/LV2Features.hpp') diff --git a/ingen/LV2Features.hpp b/ingen/LV2Features.hpp index 4834b10a..541af576 100644 --- a/ingen/LV2Features.hpp +++ b/ingen/LV2Features.hpp @@ -26,7 +26,7 @@ #include "lv2/core/lv2.h" #include "raul/Noncopyable.hpp" -namespace Ingen { +namespace ingen { class Node; class World; @@ -90,6 +90,6 @@ private: Features _features; }; -} // namespace Ingen +} // namespace ingen #endif // INGEN_LV2FEATURES_HPP -- cgit v1.2.1