From 19681c50a2da2e368122ed33bf9fda0ae81f3f76 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 20 May 2014 22:12:48 +0000 Subject: Fix slow redundant parsing where many presets share a data file. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5405 a436a847-0d15-0410-975c-d299462d15a1 --- src/lilv_internal.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/lilv_internal.h') diff --git a/src/lilv_internal.h b/src/lilv_internal.h index ff68070..f078084 100644 --- a/src/lilv_internal.h +++ b/src/lilv_internal.h @@ -282,7 +282,9 @@ SerdStatus lilv_world_load_file(LilvWorld* world, const LilvNode* uri); SerdStatus -lilv_world_load_graph(LilvWorld* world, SordNode* graph, const uint8_t* uri); +lilv_world_load_graph(LilvWorld* world, + SordNode* graph, + const LilvNode* uri); LilvUI* lilv_ui_new(LilvWorld* world, LilvNode* uri, -- cgit v1.2.1