diff options
author | David Robillard <d@drobilla.net> | 2009-06-14 22:38:29 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2009-06-14 22:38:29 +0000 |
commit | 7c38c56d726a1a1f8119e4e03cc9a07ef720a84d (patch) | |
tree | 52133483649c91ae782c5e934704b2b2d4285033 /src/slv2_internal.h | |
parent | 03aa15ef37abb29d9d88d8b4912616247ceffa5d (diff) | |
download | lilv-7c38c56d726a1a1f8119e4e03cc9a07ef720a84d.tar.gz lilv-7c38c56d726a1a1f8119e4e03cc9a07ef720a84d.tar.bz2 lilv-7c38c56d726a1a1f8119e4e03cc9a07ef720a84d.zip |
Add missing lv2_dyn_manifest.h.
Update for dynamic manifest extension to use LV2_Feature directly.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2106 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/slv2_internal.h')
-rw-r--r-- | src/slv2_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slv2_internal.h b/src/slv2_internal.h index 1b2c785..4202b92 100644 --- a/src/slv2_internal.h +++ b/src/slv2_internal.h @@ -257,7 +257,7 @@ char* slv2_get_lang(); /* ********* Dynamic Manifest ********* */ #ifdef SLV2_DYN_MANIFEST -static const LV2_Dyn_Manifest_Feature* const dman_features = { NULL }; +static const LV2_Feature* const dman_features = { NULL }; #endif #define SLV2_ERROR(str) fprintf(stderr, "ERROR: %s: " str, __func__) |