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/server/internals/BlockDelay.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/server/internals/BlockDelay.cpp') diff --git a/src/server/internals/BlockDelay.cpp b/src/server/internals/BlockDelay.cpp index 6b27ed83..5c7ad147 100644 --- a/src/server/internals/BlockDelay.cpp +++ b/src/server/internals/BlockDelay.cpp @@ -29,9 +29,9 @@ #include "RunContext.hpp" #include "internals/BlockDelay.hpp" -namespace Ingen { -namespace Server { -namespace Internals { +namespace ingen { +namespace server { +namespace internals { InternalPlugin* BlockDelayNode::internal_plugin(URIs& uris) { return new InternalPlugin( @@ -46,7 +46,7 @@ BlockDelayNode::BlockDelayNode(InternalPlugin* plugin, SampleRate srate) : InternalBlock(plugin, symbol, polyphonic, parent, srate) { - const Ingen::URIs& uris = bufs.uris(); + const ingen::URIs& uris = bufs.uris(); _ports = bufs.maid().make_managed(2); _in_port = new InputPort(bufs, this, Raul::Symbol("in"), 0, 1, @@ -84,6 +84,6 @@ BlockDelayNode::run(RunContext& context) _buffer->copy(context, _in_port->buffer(0).get()); } -} // namespace Internals -} // namespace Server -} // namespace Ingen +} // namespace internals +} // namespace server +} // namespace ingen -- cgit v1.2.1