aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/ext/presets/presets.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-12 23:17:29 +0000
committerDavid Robillard <d@drobilla.net>2012-04-12 23:17:29 +0000
commit6a903090885057e3ae5cec2fe8011508ca68686e (patch)
treeec40ffd6cbbea332e011edf2146d6c45ed904e50 /lv2/lv2plug.in/ns/ext/presets/presets.h
parent2c62d85d7b8b3f383469f7699f2cd8748586ef90 (diff)
downloadlv2-6a903090885057e3ae5cec2fe8011508ca68686e.tar.xz
Add missing URI defines.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/presets/presets.h')
-rw-r--r--lv2/lv2plug.in/ns/ext/presets/presets.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/lv2/lv2plug.in/ns/ext/presets/presets.h b/lv2/lv2plug.in/ns/ext/presets/presets.h
index cab1775..4851feb 100644
--- a/lv2/lv2plug.in/ns/ext/presets/presets.h
+++ b/lv2/lv2plug.in/ns/ext/presets/presets.h
@@ -27,9 +27,8 @@
#define LV2_PRESETS_URI "http://lv2plug.in/ns/ext/presets"
#define LV2_PRESETS_PREFIX LV2_PRESETS_URI "#"
-#define LV2_PRESETS__Preset LV2_PRESETS_PREFIX "Preset"
-#define LV2_PRESETS__appliesTo LV2_PRESETS_PREFIX "appliesTo"
-#define LV2_PRESETS__preset LV2_PRESETS_PREFIX "preset"
-#define LV2_PRESETS__value LV2_PRESETS_PREFIX "value"
+#define LV2_PRESETS__Preset LV2_PRESETS_PREFIX "Preset"
+#define LV2_PRESETS__preset LV2_PRESETS_PREFIX "preset"
+#define LV2_PRESETS__value LV2_PRESETS_PREFIX "value"
#endif /* LV2_PRESETS_H */