diff options
author | David Robillard <d@drobilla.net> | 2009-05-28 18:15:11 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2009-05-28 18:15:11 +0000 |
commit | 8935cca8706d74f39d3cca43b4df3ab48799b06a (patch) | |
tree | 90944dd3367ca3252c391546f88e3e9605dcba80 /src/engine/LADSPAPlugin.hpp | |
parent | f2135439b806e9c375f2e8588be23ea53c69832c (diff) | |
download | ingen-8935cca8706d74f39d3cca43b4df3ab48799b06a.tar.gz ingen-8935cca8706d74f39d3cca43b4df3ab48799b06a.tar.bz2 ingen-8935cca8706d74f39d3cca43b4df3ab48799b06a.zip |
Replace new_plugin with put.
Fix default symbol generation (URI chopping).
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2029 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine/LADSPAPlugin.hpp')
-rw-r--r-- | src/engine/LADSPAPlugin.hpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/engine/LADSPAPlugin.hpp b/src/engine/LADSPAPlugin.hpp index 967a2fd4..0a9bbdd7 100644 --- a/src/engine/LADSPAPlugin.hpp +++ b/src/engine/LADSPAPlugin.hpp @@ -42,12 +42,7 @@ public: const std::string& uri, unsigned long id, const std::string& label, - const std::string& name) - : PluginImpl(Plugin::LADSPA, uri, library_path) - , _id(id) - , _label(label) - , _name(Raul::Atom::STRING, name) - {} + const std::string& name); NodeImpl* instantiate(const std::string& name, bool polyphonic, |