From 7c25d40076f863bdd019b637912e473d2e748040 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 18 Nov 2011 17:27:16 +0000 Subject: Define LV2_STATE_INTERFACE_URI. --- ext/state.lv2/state.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/state.lv2/state.h') diff --git a/ext/state.lv2/state.h b/ext/state.lv2/state.h index cb6f2fc..4e1c28a 100644 --- a/ext/state.lv2/state.h +++ b/ext/state.lv2/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; /** -- cgit v1.2.1