From bf7116520bc723980edb1120eaa66455a4c66ca5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 14 May 2012 05:11:04 +0000 Subject: Tidy. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4410 a436a847-0d15-0410-975c-d299462d15a1 --- src/server/InternalPlugin.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/server/InternalPlugin.hpp') diff --git a/src/server/InternalPlugin.hpp b/src/server/InternalPlugin.hpp index 5b390bf9..79669420 100644 --- a/src/server/InternalPlugin.hpp +++ b/src/server/InternalPlugin.hpp @@ -38,8 +38,9 @@ class BufferFactory; class InternalPlugin : public PluginImpl { public: - InternalPlugin(Shared::URIs& uris, - const std::string& uri, const std::string& symbol); + InternalPlugin(Shared::URIs& uris, + const std::string& uri, + const std::string& symbol); NodeImpl* instantiate(BufferFactory& bufs, const std::string& name, -- cgit v1.2.1