From e046502047fcd9554c5510746f504886feafd0a3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 18 Oct 2010 20:57:34 +0000 Subject: Fix case of identifiers in uri-unmap.h to match uri-map.h. --- ext/uri-unmap.lv2/uri-unmap.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ext/uri-unmap.lv2/uri-unmap.h b/ext/uri-unmap.lv2/uri-unmap.h index 315aa45..11c9f53 100644 --- a/ext/uri-unmap.lv2/uri-unmap.h +++ b/ext/uri-unmap.lv2/uri-unmap.h @@ -30,7 +30,7 @@ /** Opaque pointer to host data. */ -typedef void* LV2_Uri_Unmap_Callback_Data; +typedef void* LV2_URI_Unmap_Callback_Data; /** The data field of the LV2_Feature for the URI Unmap extension. @@ -46,7 +46,7 @@ typedef struct { * The plugin MUST pass this to any call to functions in this struct. * Otherwise, it must not be interpreted in any way. */ - LV2_Uri_Unmap_Callback_Data callback_data; + LV2_URI_Unmap_Callback_Data callback_data; /** Get the numeric ID of a URI from the host. * @@ -67,11 +67,11 @@ typedef struct { * of a plugin instance (though the same ID may return different values * with a different map parameter). */ - const char* (*id_to_uri)(LV2_Uri_Unmap_Callback_Data callback_data, + const char* (*id_to_uri)(LV2_URI_Unmap_Callback_Data callback_data, const char* map, uint32_t id); -} LV2_Uri_Unmap_Feature; +} LV2_URI_Unmap_Feature; #endif /* LV2_URI_UNMAP_H */ -- cgit v1.2.1