From ffec133350bad76a1a87427b75edbded52b1d255 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 16 Feb 2011 03:06:29 +0000 Subject: Sord => SordModel. git-svn-id: http://svn.drobilla.net/sord/trunk@35 3d64ff67-21c5-427c-a301-fe4f08042e5a --- src/sordi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sordi.c') diff --git a/src/sordi.c b/src/sordi.c index bf27e48..71ac3d6 100644 --- a/src/sordi.c +++ b/src/sordi.c @@ -28,7 +28,7 @@ typedef struct { SerdEnv env; SerdNode base_uri_node; SerdURI base_uri; - Sord sord; + SordModel sord; } State; int @@ -119,7 +119,7 @@ main(int argc, char** argv) const uint8_t* input = (const uint8_t*)argv[a++]; SordWorld world = sord_world_new(); - Sord sord = sord_new(world, SORD_SPO|SORD_OPS, false); + SordModel sord = sord_new(world, SORD_SPO|SORD_OPS, false); bool success = sord_read_file(sord, input, NULL, NULL); -- cgit v1.2.1