From 6eec851cda92e1030173dbfd613c44883ced6816 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 9 Apr 2007 01:01:50 +0000 Subject: MIDI patching. wooo! git-svn-id: http://svn.drobilla.net/lad/ingen@429 a436a847-0d15-0410-975c-d299462d15a1 --- src/common/lv2ext/lv2-midifunctions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/lv2ext/lv2-midifunctions.h') diff --git a/src/common/lv2ext/lv2-midifunctions.h b/src/common/lv2ext/lv2-midifunctions.h index 0d309853..0f47ca5d 100644 --- a/src/common/lv2ext/lv2-midifunctions.h +++ b/src/common/lv2ext/lv2-midifunctions.h @@ -52,7 +52,7 @@ typedef struct { } LV2_MIDIState; -static LV2_MIDI* lv2midi_new(uint32_t capacity) +inline static LV2_MIDI* lv2midi_new(uint32_t capacity) { LV2_MIDI* midi = (LV2_MIDI*)malloc(sizeof(LV2_MIDI)); -- cgit v1.2.1