summaryrefslogtreecommitdiffstats
path: root/src/engine/LADSPAPlugin.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/LADSPAPlugin.hpp')
-rw-r--r--src/engine/LADSPAPlugin.hpp7
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,