summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/lv2_extensions.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-03-22 14:44:58 +0100
committerRobin Gareus <robin@gareus.org>2016-03-22 14:44:58 +0100
commitfe6588bd20dc083f3fc248d58d7108498ec1df0d (patch)
treea5e64c11a8079c2115610725b5245bb2a2b788cb /libs/ardour/ardour/lv2_extensions.h
parente105d50d66a06c8077379782e8293b40338b5293 (diff)
fix copy/paste typo
Diffstat (limited to 'libs/ardour/ardour/lv2_extensions.h')
-rw-r--r--libs/ardour/ardour/lv2_extensions.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/ardour/ardour/lv2_extensions.h b/libs/ardour/ardour/lv2_extensions.h
index 139e1a6594..d49846c8fd 100644
--- a/libs/ardour/ardour/lv2_extensions.h
+++ b/libs/ardour/ardour/lv2_extensions.h
@@ -118,8 +118,8 @@ typedef struct {
*/
#define LV2_PLUGINLICENSE_URI "http://harrisonconsoles.com/lv2/license"
-#define LV2_PLUGINLICENSE_PREFIX LV2_INLINEDISPLAY_URI "#"
-#define LV2_PLUGINLICENSE__interface LV2_INLINEDISPLAY_PREFIX "interface"
+#define LV2_PLUGINLICENSE_PREFIX LV2_PLUGINLICENSE_URI "#"
+#define LV2_PLUGINLICENSE__interface LV2_PLUGINLICENSE_PREFIX "interface"
typedef struct _LV2_License_Interface {
/* @return -1 if no license is needed; 0 if unlicensed, 1 if licensed */