From 933263cfc85ec3464ad1e28dc7e781a3c2e9f2c4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 16 Jun 2009 23:09:09 +0000 Subject: Remove lv2_dyn_manifest.h from slv2 source tree. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2121 a436a847-0d15-0410-975c-d299462d15a1 --- src/world.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/world.c') diff --git a/src/world.c b/src/world.c index 1844666..35d006f 100644 --- a/src/world.c +++ b/src/world.c @@ -207,6 +207,7 @@ slv2_world_load_bundle(SLV2World world, SLV2Value bundle_uri) manifest_model); #ifdef SLV2_DYN_MANIFEST + typedef void* LV2_Dyn_Manifest_Handle; LV2_Dyn_Manifest_Handle handle = NULL; const unsigned char* const query_str = (const unsigned char* const) -- cgit v1.2.1