diff options
Diffstat (limited to 'slv2/world.h')
-rw-r--r-- | slv2/world.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/slv2/world.h b/slv2/world.h index 9d82dd7..e9c328d 100644 --- a/slv2/world.h +++ b/slv2/world.h @@ -107,8 +107,8 @@ slv2_world_load_all(SLV2World world); * Time = Query */ void -slv2_world_load_bundle(SLV2World world, - const char* bundle_uri); +slv2_world_load_bundle(SLV2World world, + SLV2Value bundle_uri); /** Get the parent of all other plugin classes, lv2:Plugin. |