summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/Plugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/Plugin.cpp')
-rw-r--r--src/libs/engine/Plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/engine/Plugin.cpp b/src/libs/engine/Plugin.cpp
index 11e59162..3e0a30fc 100644
--- a/src/libs/engine/Plugin.cpp
+++ b/src/libs/engine/Plugin.cpp
@@ -23,7 +23,7 @@
namespace Ingen {
-Node*
+NodeImpl*
Plugin::instantiate(const string& name, bool polyphonic, Ingen::Patch* parent, SampleRate srate, size_t buffer_size)
{
assert(_type == Internal);