From f874607241df63346ed4d4a5a998db8a6e9ee4f7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 19 Sep 2016 23:14:31 -0400 Subject: Fix compilation as C++ --- plugins/eg-params.lv2/state_map.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins') diff --git a/plugins/eg-params.lv2/state_map.h b/plugins/eg-params.lv2/state_map.h index ccd9ca6..cd97a80 100644 --- a/plugins/eg-params.lv2/state_map.h +++ b/plugins/eg-params.lv2/state_map.h @@ -68,9 +68,9 @@ state_map_cmp(const void* a, const void* b) NULL); */ static void -state_map_init(StateMapItem dict[], - LV2_URID_Map* map, - LV2_URID_Map_Handle* handle, +state_map_init(StateMapItem dict[], + LV2_URID_Map* map, + LV2_URID_Map_Handle handle, /* const char* uri, const char* type, uint32_t size, LV2_Atom* value */ ...) { // Set dict entries from parameters -- cgit v1.2.1