From 4ceb2aa22679af70ddcfd9d5719a4585b818bdbd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 19 Apr 2011 17:04:46 +0000 Subject: Replace load_plugins API with a GET of ingen:plugins. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3161 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/NodeFactory.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/engine/NodeFactory.hpp') diff --git a/src/engine/NodeFactory.hpp b/src/engine/NodeFactory.hpp index 3057319c..3c906663 100644 --- a/src/engine/NodeFactory.hpp +++ b/src/engine/NodeFactory.hpp @@ -51,7 +51,7 @@ public: void load_plugins(); typedef std::map Plugins; - const Plugins& plugins() const { return _plugins; } + const Plugins& plugins(); PluginImpl* plugin(const Raul::URI& uri); -- cgit v1.2.1