From ba34a58b32839491335b5bcbda46e11c4b209cbc Mon Sep 17 00:00:00 2001 From: Alexandros Theodotou Date: Fri, 12 Feb 2021 07:52:56 +0000 Subject: Add missing LV2_CORE__enabled define --- lv2/core/lv2.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lv2') 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 -- cgit v1.2.1