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/Library.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ingen/Library.hpp') diff --git a/ingen/Library.hpp b/ingen/Library.hpp index 71257900..9b7184e5 100644 --- a/ingen/Library.hpp +++ b/ingen/Library.hpp @@ -20,7 +20,7 @@ #include "ingen/FilePath.hpp" #include "ingen/ingen.h" -namespace Ingen { +namespace ingen { /** A dynamically loaded library (module, plugin). */ class INGEN_API Library { @@ -43,6 +43,6 @@ private: void* _lib; }; -} // namespace Ingen +} // namespace ingen #endif // INGEN_LIBRARY_HPP -- cgit v1.2.1