summaryrefslogtreecommitdiffstats
path: root/src/lilv_internal.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-05-20 22:12:48 +0000
committerDavid Robillard <d@drobilla.net>2014-05-20 22:12:48 +0000
commit19681c50a2da2e368122ed33bf9fda0ae81f3f76 (patch)
tree9d20dcb1d344eb0e4854501ff04545e186e110f9 /src/lilv_internal.h
parentba5b4c2e28189410084b84b8c86c27c974fb734a (diff)
downloadlilv-19681c50a2da2e368122ed33bf9fda0ae81f3f76.tar.gz
lilv-19681c50a2da2e368122ed33bf9fda0ae81f3f76.tar.bz2
lilv-19681c50a2da2e368122ed33bf9fda0ae81f3f76.zip
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
Diffstat (limited to 'src/lilv_internal.h')
-rw-r--r--src/lilv_internal.h4
1 files changed, 3 insertions, 1 deletions
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,