diff options
author | Alexandros Theodotou <alex@zrythm.org> | 2021-02-12 07:52:56 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-02-13 16:43:57 -0500 |
commit | ba34a58b32839491335b5bcbda46e11c4b209cbc (patch) | |
tree | 45f1f771b97bdf39eee17e63176fbb6531c15de2 | |
parent | cd152104c84bcee9fec22ef780cec2af7ba85d0c (diff) | |
download | lv2-ba34a58b32839491335b5bcbda46e11c4b209cbc.tar.xz |
Add missing LV2_CORE__enabled define
-rw-r--r-- | lv2/core/lv2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lv2/core/lv2.h b/lv2/core/lv2.h index 82bc7ab..783fe86 100644 --- a/lv2/core/lv2.h +++ b/lv2/core/lv2.h @@ -105,6 +105,7 @@ #define LV2_CORE__default LV2_CORE_PREFIX "default" ///< http://lv2plug.in/ns/lv2core#default #define LV2_CORE__designation LV2_CORE_PREFIX "designation" ///< http://lv2plug.in/ns/lv2core#designation #define LV2_CORE__documentation LV2_CORE_PREFIX "documentation" ///< http://lv2plug.in/ns/lv2core#documentation +#define LV2_CORE__enabled LV2_CORE_PREFIX "enabled" ///< http://lv2plug.in/ns/lv2core#enabled #define LV2_CORE__enumeration LV2_CORE_PREFIX "enumeration" ///< http://lv2plug.in/ns/lv2core#enumeration #define LV2_CORE__extensionData LV2_CORE_PREFIX "extensionData" ///< http://lv2plug.in/ns/lv2core#extensionData #define LV2_CORE__freeWheeling LV2_CORE_PREFIX "freeWheeling" ///< http://lv2plug.in/ns/lv2core#freeWheeling |