summaryrefslogtreecommitdiffstats
path: root/src/slv2_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/slv2_internal.h')
-rw-r--r--src/slv2_internal.h2
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__)