summaryrefslogtreecommitdiff
path: root/libs/ardour/lv2
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-11-18 20:12:29 +0000
committerDavid Robillard <d@drobilla.net>2011-11-18 20:12:29 +0000
commit200832923a1fe10411e48b9e42c3b3b087f683c3 (patch)
treeb78dfd4a58fdc928f7cd65eb422f59e01a0a179f /libs/ardour/lv2
parent000281e4d039436f022d09f989d08babe0d5f2de (diff)
Use LV2_STATE_INTERFACE_URI instead of hard-coded string.
git-svn-id: svn://localhost/ardour2/branches/3.0@10685 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/lv2')
-rw-r--r--libs/ardour/lv2/lv2plug.in/ns/ext/state/state.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/lv2/lv2plug.in/ns/ext/state/state.h b/libs/ardour/lv2/lv2plug.in/ns/ext/state/state.h
index cb6f2fcfd3..4e1c28a3b8 100644
--- a/libs/ardour/lv2/lv2plug.in/ns/ext/state/state.h
+++ b/libs/ardour/lv2/lv2plug.in/ns/ext/state/state.h
@@ -35,6 +35,8 @@ extern "C" {
#define LV2_STATE_URI "http://lv2plug.in/ns/ext/state"
+#define LV2_STATE_INTERFACE_URI LV2_STATE_URI "#Interface"
+
typedef void* LV2_State_Handle;
/**