aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/ext/patch/patch.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-03-30 23:21:56 +0000
committerDavid Robillard <d@drobilla.net>2012-03-30 23:21:56 +0000
commit61ca99092ee9e4558ace1b9dc60249e41e9e196b (patch)
tree23e9c5c96831a5c3a81393865af12d98e26fba1d /lv2/lv2plug.in/ns/ext/patch/patch.h
parentf177c3b7d4ac6f4af8bb91ca9f41ce551b9cbb87 (diff)
downloadlv2-61ca99092ee9e4558ace1b9dc60249e41e9e196b.tar.xz
Add missing definition of patch:wildcard.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/patch/patch.h')
-rw-r--r--lv2/lv2plug.in/ns/ext/patch/patch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lv2/lv2plug.in/ns/ext/patch/patch.h b/lv2/lv2plug.in/ns/ext/patch/patch.h
index 24c3b17..aad3788 100644
--- a/lv2/lv2plug.in/ns/ext/patch/patch.h
+++ b/lv2/lv2plug.in/ns/ext/patch/patch.h
@@ -46,5 +46,6 @@
#define LV2_PATCH__remove LV2_PATCH_PREFIX "remove"
#define LV2_PATCH__request LV2_PATCH_PREFIX "request"
#define LV2_PATCH__subject LV2_PATCH_PREFIX "subject"
+#define LV2_PATCH__wildcard LV2_PATCH_PREFIX "wildcard"
#endif /* LV2_PATCH_H */