From d29b00ab9361ca3624807858f2c1c1b3c1507ada Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 28 Apr 2011 00:18:26 +0000 Subject: Update for new Sord API. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@3201 a436a847-0d15-0410-975c-d299462d15a1 --- raul/AtomRDF.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'raul') diff --git a/raul/AtomRDF.hpp b/raul/AtomRDF.hpp index c3e5e26..dd0bff4 100644 --- a/raul/AtomRDF.hpp +++ b/raul/AtomRDF.hpp @@ -78,8 +78,8 @@ atom_to_node(Sord::Model& model, const Atom& atom) std::ostringstream os; std::string str; - SordNode type = NULL; - SordNode node = NULL; + SordNode* type = NULL; + SordNode* node = NULL; switch (atom.type()) { case Atom::INT: -- cgit v1.2.1