aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/ext/options/options.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-08-29 04:47:28 +0000
committerDavid Robillard <d@drobilla.net>2012-08-29 04:47:28 +0000
commit6444ed9d5268a3912174d0c3c98d4f58dfccfb0b (patch)
tree09329fa5c1cf595a9654bf429ca34073f65a136d /lv2/lv2plug.in/ns/ext/options/options.h
parent502d0a493477041203cb5bd1d88b7d7aa4175bd1 (diff)
downloadlv2-6444ed9d5268a3912174d0c3c98d4f58dfccfb0b.tar.xz
Add Option class.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/options/options.h')
-rw-r--r--lv2/lv2plug.in/ns/ext/options/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lv2/lv2plug.in/ns/ext/options/options.h b/lv2/lv2plug.in/ns/ext/options/options.h
index 3ae0671..9c87378 100644
--- a/lv2/lv2plug.in/ns/ext/options/options.h
+++ b/lv2/lv2plug.in/ns/ext/options/options.h
@@ -25,6 +25,7 @@
#define LV2_OPTIONS_URI "http://lv2plug.in/ns/ext/options"
#define LV2_OPTIONS_PREFIX LV2_OPTIONS_URI "#"
+#define LV2_OPTIONS__Option LV2_OPTIONS_PREFIX "Option"
#define LV2_OPTIONS__options LV2_OPTIONS_PREFIX "options"
#define LV2_OPTIONS__requiredOption LV2_OPTIONS_PREFIX "requiredOption"
#define LV2_OPTIONS__supportedOption LV2_OPTIONS_PREFIX "supportedOption"