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 a0f423e0..9e92f32c 100644
--- a/src/libs/engine/Plugin.cpp
+++ b/src/libs/engine/Plugin.cpp
@@ -24,7 +24,7 @@
namespace Ingen {
Node*
-Plugin::instantiate(const string& name, size_t poly, Ingen::Patch* parent, SampleRate srate, size_t buffer_size)
+Plugin::instantiate(const string& name, uint32_t poly, Ingen::Patch* parent, SampleRate srate, size_t buffer_size)
{
assert(_type == Internal);