From f9eba59332ee7e45ffbfebcd0ce79e8e0cfd9ec4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 19 May 2008 21:36:34 +0000 Subject: More (but not yet completely) type safe value_changed notification. git-svn-id: http://svn.drobilla.net/lad/ingen@1216 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/engine/LV2Info.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libs/engine/LV2Info.hpp') diff --git a/src/libs/engine/LV2Info.hpp b/src/libs/engine/LV2Info.hpp index 61bfe468..09865784 100644 --- a/src/libs/engine/LV2Info.hpp +++ b/src/libs/engine/LV2Info.hpp @@ -61,7 +61,7 @@ public: const char* uri); static uint32_t event_ref(LV2_Event_Callback_Data callback_data, - LV2_Event* event); + LV2_Event* event); LV2_Feature** lv2_features; }; -- cgit v1.2.1