diff options
Diffstat (limited to 'raul')
-rw-r--r-- | raul/AtomRDF.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
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: |