summaryrefslogtreecommitdiffstats
path: root/src/engine/InternalNote.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/InternalNote.cpp')
-rw-r--r--src/engine/InternalNote.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/InternalNote.cpp b/src/engine/InternalNote.cpp
index f5b22c1a..0e5807a0 100644
--- a/src/engine/InternalNote.cpp
+++ b/src/engine/InternalNote.cpp
@@ -35,7 +35,7 @@ using namespace std;
namespace Ingen {
-static InternalPlugin note_plugin(NS_INTERNALS "Note", "note", "Note");
+static InternalPlugin note_plugin(NS_INTERNALS "Note", "note");
NoteNode::NoteNode(const string& path, bool polyphonic, PatchImpl* parent, SampleRate srate, size_t buffer_size)
: NodeBase(&note_plugin, path, polyphonic, parent, srate, buffer_size)