From 0e254ca7ce3fa2a1a9ec746127e00661326799d0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 28 Jan 2012 01:31:16 +0000 Subject: Fix URIs. --- lv2/ns/ext/state/state.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lv2/ns/ext/state/state.h b/lv2/ns/ext/state/state.h index d388617..bbb8fad 100644 --- a/lv2/ns/ext/state/state.h +++ b/lv2/ns/ext/state/state.h @@ -37,8 +37,8 @@ extern "C" { #define LV2_STATE_INTERFACE_URI LV2_STATE_URI "#Interface" #define LV2_STATE_PATH_URI LV2_STATE_URI "#Path" -#define LV2_STATE_MAP_PATH_URI LV2_STATE_URI "#pathMap" -#define LV2_STATE_MAKE_PATH_URI LV2_STATE_URI "#newPath" +#define LV2_STATE_MAP_PATH_URI LV2_STATE_URI "#mapPath" +#define LV2_STATE_MAKE_PATH_URI LV2_STATE_URI "#makePath" typedef void* LV2_State_Handle; typedef void* LV2_State_Map_Path_Handle; @@ -256,7 +256,7 @@ typedef struct _LV2_State_Interface { } LV2_State_Interface; /** - Feature data for state:pathMap (LV2_STATE_MAP_PATH_URI). + Feature data for state:mapPath (LV2_STATE_MAP_PATH_URI). */ typedef struct { -- cgit v1.2.1