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/Serialiser.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Serialiser.cpp') diff --git a/src/Serialiser.cpp b/src/Serialiser.cpp index f187c288..38a2c860 100644 --- a/src/Serialiser.cpp +++ b/src/Serialiser.cpp @@ -43,7 +43,7 @@ #include "sord/sordmm.hpp" #include "sratom/sratom.h" -namespace Ingen { +namespace ingen { struct Serialiser::Impl { explicit Impl(World& world) @@ -530,7 +530,7 @@ Serialiser::Impl::serialise_arc(const Sord::Node& parent, } static bool -skip_property(Ingen::URIs& uris, const Sord::Node& predicate) +skip_property(ingen::URIs& uris, const Sord::Node& predicate) { return (predicate == INGEN__file || predicate == uris.ingen_arc || @@ -580,4 +580,4 @@ Serialiser::Impl::serialise_properties(Sord::Node id, serd_env_free(env); } -} // namespace Ingen +} // namespace ingen -- cgit v1.2.1