summaryrefslogtreecommitdiffstats
path: root/src/value.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-04-28 04:46:31 +0000
committerDavid Robillard <d@drobilla.net>2011-04-28 04:46:31 +0000
commitc146a5d866ab26bcf277726109b7f1f91cce5e28 (patch)
tree5f08fdf69c9c0849d3b2093acab19639301363cb /src/value.c
parent58fc14d5a453b72c4df78808870d604ca378668a (diff)
downloadlilv-c146a5d866ab26bcf277726109b7f1f91cce5e28.tar.gz
lilv-c146a5d866ab26bcf277726109b7f1f91cce5e28.tar.bz2
lilv-c146a5d866ab26bcf277726109b7f1f91cce5e28.zip
Update for new Sord API.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3208 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/value.c')
-rw-r--r--src/value.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/value.c b/src/value.c
index 477fc0d..486182e 100644
--- a/src/value.c
+++ b/src/value.c
@@ -92,7 +92,7 @@ slv2_value_new(SLV2World world, SLV2ValueType type, const char* str)
/** Create a new SLV2Value from @a node, or return NULL if impossible */
SLV2Value
-slv2_value_new_from_node(SLV2World world, SordNode* node)
+slv2_value_new_from_node(SLV2World world, const SordNode* node)
{
SLV2Value result = NULL;
SordNode* datatype_uri = NULL;