From 16edd7b1272e91a5ef28e8b9211b8d5721fafe23 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 4 Feb 2010 23:53:37 +0000 Subject: Fix a bunch of memory leaks. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2429 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/internals/Note.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/engine/internals/Note.hpp') diff --git a/src/engine/internals/Note.hpp b/src/engine/internals/Note.hpp index 45bb084f..11fc1344 100644 --- a/src/engine/internals/Note.hpp +++ b/src/engine/internals/Note.hpp @@ -26,6 +26,7 @@ namespace Ingen { class InputPort; class OutputPort; +class InternalPlugin; namespace Internals { @@ -54,6 +55,8 @@ public: void sustain_on(ProcessContext& context, FrameTime time); void sustain_off(ProcessContext& context, FrameTime time); + static InternalPlugin& internal_plugin(); + private: /** Key, one for each key on the keyboard */ struct Key { -- cgit v1.2.1