diff options
author | David Robillard <d@drobilla.net> | 2011-02-16 03:08:48 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-02-16 03:08:48 +0000 |
commit | 8f2ecbb9e76d9427186727a9110e1e8435e1c16f (patch) | |
tree | 55e22a3c8087f5e3e762f11a79ed8c8bc0f959a1 /src/world.c | |
parent | beebe6550e4fc00780b9cff57084bf5da3c56118 (diff) | |
download | lilv-8f2ecbb9e76d9427186727a9110e1e8435e1c16f.tar.gz lilv-8f2ecbb9e76d9427186727a9110e1e8435e1c16f.tar.bz2 lilv-8f2ecbb9e76d9427186727a9110e1e8435e1c16f.zip |
Update for new Sord API.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2957 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/world.c')
-rw-r--r-- | src/world.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/world.c b/src/world.c index b0c4e66..e5d70f1 100644 --- a/src/world.c +++ b/src/world.c @@ -190,7 +190,7 @@ slv2_world_set_option(SLV2World world, static SLV2Matches slv2_world_find_statements(SLV2World world, - Sord model, + SordModel model, SLV2Node subject, SLV2Node predicate, SLV2Node object, |